1
0
forked from GitHub/gf-core

"Committed_by_peb"

This commit is contained in:
peb
2005-03-18 09:17:10 +00:00
parent 5b9d27ee9f
commit dbae321c69
8 changed files with 49 additions and 29 deletions

View File

@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
-- > CVS $Date: 2005/02/22 13:35:19 $
-- > CVS $Author: bringert $
-- > CVS $Revision: 1.4 $
-- > CVS $Date: 2005/03/18 10:17:11 $
-- > CVS $Author: peb $
-- > CVS $Revision: 1.5 $
--
-- This module does some useful transformations on CFGs.
--
@@ -30,7 +30,7 @@ import Debug.Trace
-- | not very nice to get replace the structured CFCat type with a simple string
type CFRule_ = Rule CFName String Token
type CFRule_ = Rule CFName String Tokn
type CFRules = FiniteMap String [CFRule_]