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

module ErrM (module Operations
	    ) where

import Operations