mini-egison-0.1.4: src/Control/Egison.hs
-- | A library for user-extensible non-linear pattern matching with backtracking. module Control.Egison ( module Control.Egison.Core , module Control.Egison.Match , module Control.Egison.Matcher , module Control.Egison.QQ ) where import Control.Egison.Core import Control.Egison.Match import Control.Egison.Matcher import Control.Egison.QQ