API for constructing types

This commit is contained in:
krangelov
2021-08-12 12:16:11 +02:00
parent 16dfcb938c
commit 01db0224be
3 changed files with 32 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ module PGF2 (-- * PGF
-- ** Types
Type(..), Hypo, BindType(..),
readType,
mkType, unType,
mkHypo, mkDepHypo, mkImplHypo,
-- * Concrete syntax
ConcName
) where