diff options
| author | peb <unknown> | 2005-04-18 13:55:32 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-04-18 13:55:32 +0000 |
| commit | c1592825c71867711a63293b588fcbc97e52bfc4 (patch) | |
| tree | 5b042471de94431e15f8fda2c6ff9a85bce99cef /src/GF/Conversion/RemoveSingletons.hs | |
| parent | 1323b7406376c72f40b1e561e079f8824f79aabf (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Conversion/RemoveSingletons.hs')
| -rw-r--r-- | src/GF/Conversion/RemoveSingletons.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/Conversion/RemoveSingletons.hs b/src/GF/Conversion/RemoveSingletons.hs index 9c5ff274e..53f39dede 100644 --- a/src/GF/Conversion/RemoveSingletons.hs +++ b/src/GF/Conversion/RemoveSingletons.hs @@ -4,9 +4,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/14 18:41:21 $ +-- > CVS $Date: 2005/04/18 14:55:32 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.1 $ +-- > CVS $Revision: 1.2 $ -- -- Instantiating all types which only have one single element. -- @@ -30,7 +30,7 @@ import List (mapAccumL) convertGrammar :: SGrammar -> SGrammar convertGrammar grammar = if singles == emptyAssoc then grammar - else tracePrt "#singleton-removed rules" (prt . length) $ + else tracePrt "RemoveSingletons - nr. non-singleton rules" (prt . length) $ map (convertRule singles) grammar where singles = calcSingletons grammar @@ -71,7 +71,7 @@ instantiateLin newArgs = inst calcSingletons :: SGrammar -> Assoc SCat (SyntaxForest Fun, Maybe STerm) calcSingletons rules = listAssoc singleCats - where singleCats = tracePrt "singleton cats" (prtSep " ") $ + where singleCats = tracePrt "RemoveSingletons - singleton cats" (prtSep " ") $ [ (cat, (constantNameToForest name, lin)) | (cat, [([], name, lin)]) <- rulesByCat ] rulesByCat = groupPairs $ nubsort |
