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

manage fixities of primitive pattern operators in the same module

coord-e opened this issue · comments

  • enable to handle prefix operators in Fixity
  • export andFixity, orFixity, notFixity from Language.Egison.Syntax.Pattern.Fixity
  • use them from various places