summaryrefslogtreecommitdiff
path: root/src/GF/Data/ErrM.hs
blob: 0c07592151b42c5a713c7ff77f7f3ecddf8e8fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
----------------------------------------------------------------------
-- |
-- Module      : (Module)
-- Maintainer  : (Maintainer)
-- Stability   : (stable)
-- Portability : (portable)
--
-- > CVS $Date $ 
-- > CVS $Author $
-- > CVS $Revision $
--
-- hack for BNFC generated files. AR 21/9/2003
-----------------------------------------------------------------------------

module ErrM (
  module Operations
) where

import Operations