mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 07:42:50 -06:00
added mkAbs and unAbs in the Haskell binding
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user