]> Git — Sourcephile - haskell/symantic.git/blob - Language/Symantic/Trans.hs
factorizing Type1_From ast Type0
[haskell/symantic.git] / Language / Symantic / Trans.hs
1 -- | Transformers of expressions
2 -- (a special family of interpreters).
3 module Language.Symantic.Trans
4 ( module Language.Symantic.Trans.Common
5 , module Language.Symantic.Trans.Bool
6 ) where
7
8 import Language.Symantic.Trans.Common
9 import Language.Symantic.Trans.Bool