1
0
forked from GitHub/gf-core

add Cabal description for GF

This commit is contained in:
kr.angelov
2008-05-23 13:12:11 +00:00
parent 4c14927914
commit 16ba392ee4
7 changed files with 169 additions and 56 deletions

View File

@@ -4,7 +4,7 @@ module GF.JavaScript.PrintJS (printTree, Doc, Print(..)) where
-- pretty-printer generated by the BNF converter
import GF.JavaScript.AbsJS
import Char
import Data.Char
-- the top-level printing method
printTree :: Print a => a -> String