diff options
| author | krasimir <krasimir@chalmers.se> | 2017-01-26 06:41:27 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2017-01-26 06:41:27 +0000 |
| commit | a06e0b6b6f6eba7e392c8e28934068a8626ee032 (patch) | |
| tree | bdd5cbb010e5df01909b5866669a2aae73ac9bbe /src | |
| parent | 14b32a115ca47c2799b292ad0777098e705247c0 (diff) | |
more startCat to the Types section in the Haddock documentation for the Haskell binding
Diffstat (limited to 'src')
| -rw-r--r-- | src/runtime/haskell-bind/PGF2.hsc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/haskell-bind/PGF2.hsc b/src/runtime/haskell-bind/PGF2.hsc index b4aea30e4..c27643f84 100644 --- a/src/runtime/haskell-bind/PGF2.hsc +++ b/src/runtime/haskell-bind/PGF2.hsc @@ -26,13 +26,13 @@ module PGF2 (-- * PGF -- * Abstract syntax AbsName,abstractName, -- ** Categories - Cat,startCat,categories, + Cat,categories, -- ** Functions Fun,functions, functionsByCat, functionType, hasLinearization, -- ** Expressions Expr,showExpr,readExpr,mkApp,unApp,mkStr,unStr,mkInt,unInt,mkFloat,unFloat, -- ** Types - Type(..), Hypo, BindType(..), showType, + Type(..), Hypo, BindType(..), startCat, showType, -- * Concrete syntax ConcName,Concr,languages, |
