asteroid icon indicating copy to clipboard operation
asteroid copied to clipboard

pattern matching with non-patterns need better error messages

Open lutzhamel opened this issue 3 years ago • 0 comments

Pattern matching with expressions that contain expression that are not constructors like,

let 1+1 = 2.

need better error messages explaining that patterns with containing functions are not admitted.

lutzhamel avatar Jan 13 '23 20:01 lutzhamel