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
It implies to work in two times when parsing and resolve types equation as in OCaml.
We need to have a ParseTree where we have no types except those annotating terms like params or recursive modules or ascription and another, TypedTree which annotates all nodes of the ParseTree.
See Church encoding.
The text was updated successfully, but these errors were encountered: