Reorganize PGF export list to get easier to read haddock.

This commit is contained in:
bjorn
2008-10-20 12:10:42 +00:00
parent 617c707a77
commit 88eed35c18

View File

@@ -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,