mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
SymbPN and SymbCN in resources
This commit is contained in:
@@ -18,5 +18,5 @@ getCanonModule file = do
|
||||
getCanonGrammar :: FilePath -> IOE CanonGrammar
|
||||
getCanonGrammar file = do
|
||||
s <- ioeIO $ readFileIf file
|
||||
c <- ioeErr $ err2err $ pCanon $ myLexer s
|
||||
c <- ioeErr {- $ err2err -} $ pCanon $ myLexer s
|
||||
return $ canon2grammar c
|
||||
|
||||
Reference in New Issue
Block a user