summaryrefslogtreecommitdiff
path: root/src/PGF.hs
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2009-10-15 16:21:26 +0000
committerkrasimir <krasimir@chalmers.se>2009-10-15 16:21:26 +0000
commit70ec6632fd64123360d01056f630e6db4dba57d1 (patch)
tree702a76b3ce734f211a52647f99971a44797f2eb5 /src/PGF.hs
parent861e0a4c13db96d10be40156ebdc2783d27e78ff (diff)
added smart constructors for types in PGF
Diffstat (limited to 'src/PGF.hs')
-rw-r--r--src/PGF.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PGF.hs b/src/PGF.hs
index 1efabcc3c..b9ad357c9 100644
--- a/src/PGF.hs
+++ b/src/PGF.hs
@@ -27,8 +27,9 @@ module PGF(
languages, abstractName, languageCode,
-- * Types
- Type,
+ Type, Hypo,
showType, readType,
+ mkType, mkHypo, mkDepHypo, mkImplHypo,
categories, startCat,
-- * Functions