diff options
Diffstat (limited to 'src/GF/JavaScript/PrintJS.hs')
| -rw-r--r-- | src/GF/JavaScript/PrintJS.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/JavaScript/PrintJS.hs b/src/GF/JavaScript/PrintJS.hs index 9f85a58e9..f1575e595 100644 --- a/src/GF/JavaScript/PrintJS.hs +++ b/src/GF/JavaScript/PrintJS.hs @@ -68,7 +68,7 @@ prPrec :: Int -> Int -> Doc -> Doc prPrec i j = if j<i then parenth else id -instance Print Integer where +instance Print Int where prt _ x = doc (shows x) |
