mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 03:32:51 -06:00
21 lines
494 B
Haskell
21 lines
494 B
Haskell
----------------------------------------------------------------------
|
|
-- |
|
|
-- Module : ErrM
|
|
-- Maintainer : AR
|
|
-- Stability : (stable)
|
|
-- Portability : (portable)
|
|
--
|
|
-- > CVS $Date: 2005/04/21 16:22:00 $
|
|
-- > CVS $Author: bringert $
|
|
-- > CVS $Revision: 1.5 $
|
|
--
|
|
-- hack for BNFC generated files. AR 21/9/2003
|
|
-----------------------------------------------------------------------------
|
|
|
|
module GF.Data.ErrM (
|
|
module GF.Data.Operations
|
|
) where
|
|
|
|
import GF.Data.Operations
|
|
|