mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-17 23:30:12 -06:00
refactor the GF.Grammar.Grammar syntax. The obsolete constructions are removed
This commit is contained in:
@@ -386,7 +386,7 @@ evalConcrete gr mo = mapMTree evaldef mo where
|
||||
Bad s -> raise s
|
||||
|
||||
noExpand p = errVal False $ do
|
||||
mo <- lookupModMod gr p
|
||||
mo <- lookupModule gr p
|
||||
return $ case getOptVal (iOpts (flags mo)) useOptimizer of
|
||||
Just "noexpand" -> True
|
||||
_ -> False
|
||||
|
||||
Reference in New Issue
Block a user