-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
elaboration/type inference while unquoting #36
Comments
I like the idea of going through elaboration, but I'm not sure that we should re-use The other question is how should it be exposed? Should all denotations go through elaboration? Just some? |
The Is |
I accidentally discovered that the current unquoting already supports inference of implicit arguments. The implementation of unquote first calls
|
It would be great to not have to provide implicit arguments while unquoting. Any ideas on how this can be achieved? Should the input of (a version of) the unquoting function be a Coq equivalent of a
Glob_term.glob_constr
?What is the purpose of
Ast.tUnknown
? Can it be used to stand for implicit arguments that need be inferred by the unquoting function?The text was updated successfully, but these errors were encountered: