Parse.parse_in_context : term list -> term quotation -> term
Thus, Term`x` will either guess the type ``:'a`` for this quotation, or refuse to parse it at all, depending on the value of the guessing_tyvars flag. The parse_in_context function, in contrast, will attempt to find a type for x from the list of free variables.
If the quotation already provides enough context in itself to determine a type for a variable, then the context is not consulted, and a conflicting type there for a given variable is ignored.
<< There should be an example here >>