diff options
Diffstat (limited to 'src/GF/Source/PrintGF.hs')
| -rw-r--r-- | src/GF/Source/PrintGF.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/Source/PrintGF.hs b/src/GF/Source/PrintGF.hs index f51dbbdee..007ca7928 100644 --- a/src/GF/Source/PrintGF.hs +++ b/src/GF/Source/PrintGF.hs @@ -1,11 +1,11 @@ -module PrintGF where +module GF.Source.PrintGF where -- pretty-printer generated by the BNF converter, except --H -import Ident --H -import AbsGF -import Char +import GF.Infra.Ident --H +import GF.Source.AbsGF +import Data.Char -- the top-level printing method printTree :: Print a => a -> String |
