Parser: admit anonymous binders
In programs, we do not really care about unnamed typed variables, and it is convenient to write ((fun s _ -> s) : int -> bool -> int) in logical terms.
Please register or sign in to comment
In programs, we do not really care about unnamed typed variables, and it is convenient to write ((fun s _ -> s) : int -> bool -> int) in logical terms.