lambda-mountain
lambda-mountain copied to clipboard
Better error messages for pattern match typos
trafficstars
match x (
()
(Pair( x y )) ( ... )
)
vs
match x (
()
(TPair( x y )) ( ... )
)
will encounter an error during preprocess instead of typecheck