Updates for editor. Dummies for hugs.

This commit is contained in:
aarne
2003-10-07 15:17:55 +00:00
parent 0988010e33
commit 889e5a92e4
8 changed files with 25 additions and 19 deletions

View File

@@ -9,6 +9,7 @@ import qualified AbsGFC as A
import qualified GFC as G
import GetGrammar
import Macros
import MMacros
import Operations
@@ -46,9 +47,7 @@ string2formsAndTerm s = case s of
-}
string2ident :: String -> Err Ident
string2ident s = return $ case s of
c:'_':i -> identV (readIntArg i,[c]) ---
_ -> zIdent s
string2ident s = return $ string2var s
{-
-- reads the Haskell datatype