mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 00:32:51 -06:00
an API for constructing HOAS expressions
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user