added mkMeta and unMeta in the Haskell binding

This commit is contained in:
krasimir
2017-01-26 10:17:02 +00:00
parent 47a4363d07
commit 06450249e3
5 changed files with 102 additions and 1 deletions

View File

@@ -31,7 +31,12 @@ module PGF2 (-- * PGF
Fun,functions, functionsByCat, functionType, hasLinearization,
-- ** Expressions
Expr,showExpr,readExpr,
mkAbs,unAbs,mkApp,unApp,mkStr,unStr,mkInt,unInt,mkFloat,unFloat,
mkAbs,unAbs,
mkApp,unApp,
mkStr,unStr,
mkInt,unInt,
mkFloat,unFloat,
mkMeta,unMeta,
-- ** Types
Type(..), Hypo, BindType(..), startCat, showType,