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
in src/runtime/eval.ml the function check_judgement in case of Syntax.AbstractAtom _ goes to infer mode and then checks the result. This could be improved, it would be something like Syntax.Sequence except that c1 will be required to be an atom. We also have to "shave off" one layer of abstraction to the boundary and check that the atom has the required type given by the abstraction in the boundary.
The text was updated successfully, but these errors were encountered:
in src/runtime/eval.ml the function
check_judgement
in case ofSyntax.AbstractAtom _
goes to infer mode and then checks the result. This could be improved, it would be something likeSyntax.Sequence
except thatc1
will be required to be an atom. We also have to "shave off" one layer of abstraction to the boundary and check that the atom has the required type given by the abstraction in the boundary.The text was updated successfully, but these errors were encountered: