Open siddharth-krishna opened 1 year ago
Example script:
fun x -> match x with { | ((((((((((((x)))))))))))) -> 2 }
We should use tupleElems instead of tupleArgs (slower) in Parse.hs for tuple patterns and type lists as well.
tupleElems
tupleArgs
Parse.hs
Example script:
We should use
tupleElems
instead oftupleArgs
(slower) inParse.hs
for tuple patterns and type lists as well.