mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
add parser and pretty printer for types
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user