mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
Reorganize PGF export list to get easier to read haddock.
This commit is contained in:
13
src/PGF.hs
13
src/PGF.hs
@@ -17,23 +17,20 @@ module PGF(
|
|||||||
PGF,
|
PGF,
|
||||||
readPGF,
|
readPGF,
|
||||||
|
|
||||||
-- * Identifiers
|
-- * Languages
|
||||||
-- ** CId
|
|
||||||
CId, mkCId, prCId, wildCId,
|
|
||||||
|
|
||||||
-- ** Languages
|
|
||||||
Language,
|
Language,
|
||||||
showLanguage, readLanguage,
|
showLanguage, readLanguage,
|
||||||
languages, abstractName, languageCode,
|
languages, abstractName, languageCode,
|
||||||
|
|
||||||
-- ** Categories
|
|
||||||
categories, startCat,
|
|
||||||
|
|
||||||
-- * Types
|
-- * Types
|
||||||
Type(..),
|
Type(..),
|
||||||
showType, readType,
|
showType, readType,
|
||||||
|
categories, startCat,
|
||||||
|
|
||||||
-- * Expressions
|
-- * Expressions
|
||||||
|
-- ** Identifiers
|
||||||
|
CId, mkCId, prCId, wildCId,
|
||||||
|
|
||||||
-- ** Tree
|
-- ** Tree
|
||||||
Tree(..), Literal(..),
|
Tree(..), Literal(..),
|
||||||
showTree, readTree,
|
showTree, readTree,
|
||||||
|
|||||||
Reference in New Issue
Block a user