SymbPN and SymbCN in resources

This commit is contained in:
aarne
2004-06-03 19:31:39 +00:00
parent 7716f81886
commit e78e5a6af7
5 changed files with 9 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ import Operations
pTerm :: String -> Err Term
pTerm s = do
e <- err2err $ pExp $ myLexer s
e <- {- err2err $ -} pExp $ myLexer s
transExp e
pTrm :: String -> Term