add parser and pretty printer for types

This commit is contained in:
krasimir
2008-10-20 07:52:14 +00:00
parent 418856d9bf
commit abe8da32fd
4 changed files with 78 additions and 10 deletions

View File

@@ -26,6 +26,10 @@ module PGF(
-- ** Category
Category, categories, startCat,
-- * Types
Type(..),
showType, readType,
-- * Expressions
-- ** Tree
@@ -64,6 +68,7 @@ import PGF.Paraphrase
import PGF.Macros
import PGF.Data
import PGF.Expr
import PGF.Type
import PGF.Raw.Convert
import PGF.Raw.Parse
import PGF.Raw.Print (printTree)