an API for constructing HOAS expressions

This commit is contained in:
krangelov
2021-12-09 07:46:49 +01:00
parent e312a10882
commit d1b1cd6e8c
2 changed files with 15 additions and 2 deletions

View File

@@ -28,8 +28,9 @@ module PGF2 (-- * PGF
-- ** Expressions
Expr(..), Literal(..), showExpr, readExpr,
mkAbs, unAbs,
mkAbs, unAbs, Var,
mkApp, unApp, unapply,
mkVar, unVar,
mkStr, unStr,
mkInt, unInt,
mkDouble, unDouble,