mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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
@@ -16,24 +16,21 @@ module PGF(
|
||||
-- * PGF
|
||||
PGF,
|
||||
readPGF,
|
||||
|
||||
-- * Identifiers
|
||||
-- ** CId
|
||||
CId, mkCId, prCId, wildCId,
|
||||
|
||||
-- ** Languages
|
||||
-- * Languages
|
||||
Language,
|
||||
showLanguage, readLanguage,
|
||||
languages, abstractName, languageCode,
|
||||
|
||||
-- ** Categories
|
||||
categories, startCat,
|
||||
|
||||
-- * Types
|
||||
Type(..),
|
||||
showType, readType,
|
||||
categories, startCat,
|
||||
|
||||
-- * Expressions
|
||||
-- ** Identifiers
|
||||
CId, mkCId, prCId, wildCId,
|
||||
|
||||
-- ** Tree
|
||||
Tree(..), Literal(..),
|
||||
showTree, readTree,
|
||||
|
||||
Reference in New Issue
Block a user