egison / egison-pattern-src

Manipulating Egison patterns: abstract syntax, parser, and pretty-printer

Home Page:https://hackage.haskell.org/package/egison-pattern-src

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

constructor patterns should not require parentheses

coord-e opened this issue · comments

the syntax for constructor patterns is not (c p1 p2 ... pn) but c p1 p2 ... pn in current Egison