mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
more startCat to the Types section in the Haddock documentation for the Haskell binding
This commit is contained in:
@@ -26,13 +26,13 @@ module PGF2 (-- * PGF
|
|||||||
-- * Abstract syntax
|
-- * Abstract syntax
|
||||||
AbsName,abstractName,
|
AbsName,abstractName,
|
||||||
-- ** Categories
|
-- ** Categories
|
||||||
Cat,startCat,categories,
|
Cat,categories,
|
||||||
-- ** Functions
|
-- ** Functions
|
||||||
Fun,functions, functionsByCat, functionType, hasLinearization,
|
Fun,functions, functionsByCat, functionType, hasLinearization,
|
||||||
-- ** Expressions
|
-- ** Expressions
|
||||||
Expr,showExpr,readExpr,mkApp,unApp,mkStr,unStr,mkInt,unInt,mkFloat,unFloat,
|
Expr,showExpr,readExpr,mkApp,unApp,mkStr,unStr,mkInt,unInt,mkFloat,unFloat,
|
||||||
-- ** Types
|
-- ** Types
|
||||||
Type(..), Hypo, BindType(..), showType,
|
Type(..), Hypo, BindType(..), startCat, showType,
|
||||||
|
|
||||||
-- * Concrete syntax
|
-- * Concrete syntax
|
||||||
ConcName,Concr,languages,
|
ConcName,Concr,languages,
|
||||||
|
|||||||
Reference in New Issue
Block a user