diff options
| author | peb <unknown> | 2005-03-21 21:40:03 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-03-21 21:40:03 +0000 |
| commit | ccf6017b030fcefd5964979f1b6d55e722616ef7 (patch) | |
| tree | 98c368b4f53acaa4b9e70db9544ca6ae15939ec7 /src/GF/Parsing/ConvertGFCtoMCFG | |
| parent | 531be3a72e938f2360d312c7fd9cd173e5442594 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Parsing/ConvertGFCtoMCFG')
| -rw-r--r-- | src/GF/Parsing/ConvertGFCtoMCFG/Old.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GF/Parsing/ConvertGFCtoMCFG/Old.hs b/src/GF/Parsing/ConvertGFCtoMCFG/Old.hs index 90044fa0d..bd94198c4 100644 --- a/src/GF/Parsing/ConvertGFCtoMCFG/Old.hs +++ b/src/GF/Parsing/ConvertGFCtoMCFG/Old.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/21 22:31:53 $ +-- > CVS $Date: 2005/03/21 22:44:39 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.1 $ +-- > CVS $Revision: 1.2 $ -- -- Converting GFC grammars to MCFG grammars. -- @@ -39,7 +39,7 @@ import MkGFC (grammar2canon) import GF.Parsing.Utilities import GF.Parsing.GrammarTypes import GF.Parsing.MCFGrammar (Rule(..), Lin(..)) -import SortedList (nubsort, groupPairs) +import GF.Data.SortedList (nubsort, groupPairs) import Maybe (listToMaybe) import List (groupBy, transpose) |
