diff options
Diffstat (limited to 'src-3.0/GF/Command/PrintGFShell.hs')
| -rw-r--r-- | src-3.0/GF/Command/PrintGFShell.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-3.0/GF/Command/PrintGFShell.hs b/src-3.0/GF/Command/PrintGFShell.hs index 31a4584b6..0a02e78e9 100644 --- a/src-3.0/GF/Command/PrintGFShell.hs +++ b/src-3.0/GF/Command/PrintGFShell.hs @@ -4,7 +4,7 @@ module GF.Command.PrintGFShell where -- pretty-printer generated by the BNF converter import GF.Command.AbsGFShell -import Char +import Data.Char -- the top-level printing method printTree :: Print a => a -> String |
