Example script: ```ocaml fun x -> match x with { | ((((((((((((x)))))))))))) -> 2 } ``` <img width="346" alt="image" src="https://github.com/plow-technologies/inferno/assets/10712637/d86fce88-daee-4bec-ad5b-e8a2ea0b0dc9"> We should use `tupleElems` instead of `tupleArgs` (slower) in `Parse.hs` for tuple patterns and type lists as well.
Example script:
We should use
tupleElemsinstead oftupleArgs(slower) inParse.hsfor tuple patterns and type lists as well.