You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These functions add explicit casts (type annotations) to expressions, since the SMT solver doesn't know about polymorphic types, neither does it have an inference algorithm.
They are in Language.Fixpoint.SortCheck and Language.Fixpoint.Types.Visitor.
I'm unaware of whether there are preconditions when calling elabExprE. If there are any, it would be desirable to have them documented.
The text was updated successfully, but these errors were encountered:
These functions add explicit casts (type annotations) to expressions, since the SMT solver doesn't know about polymorphic types, neither does it have an inference algorithm.
They are in
Language.Fixpoint.SortCheck
andLanguage.Fixpoint.Types.Visitor
.I'm unaware of whether there are preconditions when calling
elabExprE
. If there are any, it would be desirable to have them documented.The text was updated successfully, but these errors were encountered: