diff options
Diffstat (limited to 'src/GF/CFGM/PrintCFG.hs')
| -rw-r--r-- | src/GF/CFGM/PrintCFG.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GF/CFGM/PrintCFG.hs b/src/GF/CFGM/PrintCFG.hs index 7310da562..e81be449f 100644 --- a/src/GF/CFGM/PrintCFG.hs +++ b/src/GF/CFGM/PrintCFG.hs @@ -1,9 +1,9 @@ -module PrintCFG where +module GF.CFGM.PrintCFG where -- pretty-printer generated by the BNF converter -import AbsCFG -import Char +import GF.CFGM.AbsCFG +import Data.Char -- the top-level printing method printTree :: Print a => a -> String |
