diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-12-17 18:12:46 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-12-17 18:12:46 +0000 |
| commit | 27602f4f8291f4d6a8b4b7109caf321d16cb6c99 (patch) | |
| tree | 8e64b75d15c3b9f80c543466ad37aa5536a86f8c /src/GF/Devel | |
| parent | 7551c70db6c76a796e93fa1cd4ebe7c850344b7e (diff) | |
took back smart type of Int ; Digits type in resource and some adjustments of Det syntax (not yet for romance and russian)
Diffstat (limited to 'src/GF/Devel')
| -rw-r--r-- | src/GF/Devel/GrammarToGFCC.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GF/Devel/GrammarToGFCC.hs b/src/GF/Devel/GrammarToGFCC.hs index a61a2ec49..b7eaebe31 100644 --- a/src/GF/Devel/GrammarToGFCC.hs +++ b/src/GF/Devel/GrammarToGFCC.hs @@ -307,8 +307,8 @@ type ParamEnv = paramValues :: SourceGrammar -> ParamEnv paramValues cgr = (labels,untyps,typs) where partyps = nub $ - [App (Q (IC "Predef") (IC "Ints")) (EInt i) | i <- [1,9]] ---linTypeInt - ++ [ty | + --- [App (Q (IC "Predef") (IC "Ints")) (EInt i) | i <- [1,9]] ---linTypeInt + [ty | (_,(_,CncCat (Yes (RecType ls)) _ _)) <- jments, ty0 <- [ty | (_, ty) <- unlockTyp ls], ty <- typsFrom ty0 |
