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

add a support for tuple patterns

coord-e opened this issue · comments

Unlike other patterns, tuple pattern is strongly connected to specific data structure. I think adding tuple patterns without careful examination isn't a good idea.