ideas-1.3: src/Ideas/Common/Rule.hs
-----------------------------------------------------------------------------
-- Copyright 2015, 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)
--
-----------------------------------------------------------------------------
-- $Id: Rule.hs 7524 2015-04-08 07:31:15Z bastiaan $
module Ideas.Common.Rule (module Export) where
import Ideas.Common.Rule.Abstract as Export
import Ideas.Common.Rule.EnvironmentMonad as Export
import Ideas.Common.Rule.Parameter as Export
import Ideas.Common.Rule.Recognizer as Export
import Ideas.Common.Rule.Transformation as Export