diff options
| author | krasimir <krasimir@chalmers.se> | 2015-02-20 13:26:12 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2015-02-20 13:26:12 +0000 |
| commit | f848857519bfb093310503108ff62297ea9f8a24 (patch) | |
| tree | 7680fe7178f9d09a52d51adb0e576ba7d727a033 /src/compiler/GF/Compile/GrammarToPGF.hs | |
| parent | 8fae1049572841aca6541e633dc6ba8fa0fdcc18 (diff) | |
added option -plus-as-bind which treats (+) as a bind when used with runtime variables
Diffstat (limited to 'src/compiler/GF/Compile/GrammarToPGF.hs')
| -rw-r--r-- | src/compiler/GF/Compile/GrammarToPGF.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Compile/GrammarToPGF.hs b/src/compiler/GF/Compile/GrammarToPGF.hs index 989b651bb..39202de4c 100644 --- a/src/compiler/GF/Compile/GrammarToPGF.hs +++ b/src/compiler/GF/Compile/GrammarToPGF.hs @@ -36,7 +36,7 @@ mkCanon2pgf opts gr am = do cncs <- mapM mkConcr (allConcretes gr am) return $ updateProductionIndices (D.PGF Map.empty an abs (Map.fromList cncs)) where - cenv = resourceValues gr + cenv = resourceValues opts gr mkAbstr am = return (mi2i am, D.Abstr flags funs cats) where |
