diff options
| author | aarne <aarne@chalmers.se> | 2010-04-04 20:46:36 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-04 20:46:36 +0000 |
| commit | 7a14507189f6af11a841aea0c9b39491417315f2 (patch) | |
| tree | 252a5445f45375653ffac3d20ef0eddefaf17352 /src/runtime/haskell/PGF/Parse.hs | |
| parent | 95d4adac99421bddf3a2a3a84739902a1e2ce105 (diff) | |
in the shell, permit 3-letter lang codes as concrete syntax names
Diffstat (limited to 'src/runtime/haskell/PGF/Parse.hs')
| -rw-r--r-- | src/runtime/haskell/PGF/Parse.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/PGF/Parse.hs b/src/runtime/haskell/PGF/Parse.hs index 61035bd92..1efedd7c2 100644 --- a/src/runtime/haskell/PGF/Parse.hs +++ b/src/runtime/haskell/PGF/Parse.hs @@ -65,7 +65,7 @@ initState pgf lang (DTyp _ start _) = return (Active 0 0 funid seqid args (AK cat lbl))
Nothing -> mzero
- cnc = lookConcr pgf lang
+ cnc = lookConcrComplete pgf lang
in PState pgf
cnc
|
