summaryrefslogtreecommitdiff
path: root/src/GF/Data/ErrM.hs
blob: fe9796d7f2611a168d326db12bc0d18f0443ea1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
----------------------------------------------------------------------
-- |
-- Module      : (Module)
-- Maintainer  : (Maintainer)
-- Stability   : (stable)
-- Portability : (portable)
--
-- > CVS $Date $ 
-- > CVS $Author $
-- > CVS $Revision $
--
-- (Description of the module)
-----------------------------------------------------------------------------

module ErrM (
  module Operations
) where

import Operations

-- hack for BNFC generated files. AR 21/9/2003