1
0
forked from GitHub/gf-core

Changed CFGM format and printer to allow constants in profiles.

This commit is contained in:
bringert
2005-05-17 13:04:35 +00:00
parent 31044ec728
commit 8abf80dc4d
7 changed files with 148 additions and 132 deletions

View File

@@ -10,8 +10,8 @@ import Data.Array
import Data.Char (ord)
import Data.Array.Base (unsafeAt)
#else
import Data.Array
import Data.Char (ord)
import Array
import Char (ord)
#endif
#if __GLASGOW_HASKELL__ >= 503
import GHC.Exts