-- | Transformers of expressions -- (a special family of interpreters). module Language.Symantic.Trans ( module Language.Symantic.Trans.Common , module Language.Symantic.Trans.Bool ) where import Language.Symantic.Trans.Common import Language.Symantic.Trans.Bool