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