From abe8da32fd5c3d0d69695bb89ca53be57f7166cc Mon Sep 17 00:00:00 2001 From: krasimir Date: Mon, 20 Oct 2008 07:52:14 +0000 Subject: add parser and pretty printer for types --- src/PGF.hs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/PGF.hs') diff --git a/src/PGF.hs b/src/PGF.hs index dc777f4d5..e93b1dcb0 100644 --- a/src/PGF.hs +++ b/src/PGF.hs @@ -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) -- cgit v1.2.3