lambda-mountain icon indicating copy to clipboard operation
lambda-mountain copied to clipboard

Better error messages for pattern match typos

Open andrew-johnson-4 opened this issue 1 year ago • 0 comments
trafficstars

match x (
   ()
   (Pair( x y )) ( ... )
)

vs 

match x (
   ()
   (TPair( x y )) ( ... )
)

will encounter an error during preprocess instead of typecheck

andrew-johnson-4 avatar Jul 01 '24 17:07 andrew-johnson-4