added mkAbs and unAbs in the Haskell binding

This commit is contained in:
krasimir
2017-01-26 10:04:42 +00:00
parent 45dd793f50
commit 47a4363d07
3 changed files with 42 additions and 4 deletions

View File

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