ideas-1.0: src/Common/Rewriting.hs
-----------------------------------------------------------------------------
-- Copyright 2011, Open Universiteit Nederland. This file is distributed
-- under the terms of the GNU General Public License. For more information,
-- see the file "LICENSE.txt", which is included in the distribution.
-----------------------------------------------------------------------------
-- |
-- Maintainer : bastiaan.heeren@ou.nl
-- Stability : provisional
-- Portability : portable (depends on ghc)
--
-----------------------------------------------------------------------------
module Common.Rewriting
( module Common.Rewriting.Term
, module Common.Rewriting.RewriteRule
) where
import Common.Rewriting.RewriteRule
import Common.Rewriting.Term