summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Grammar/Values.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-10-16 14:03:57 +0000
committerhallgren <hallgren@chalmers.se>2014-10-16 14:03:57 +0000
commitc924491289259fa8a5a259ed97f2d9e817e3338c (patch)
tree178f045daa6520ca0979d093167727511c06541e /src/compiler/GF/Grammar/Values.hs
parentc0ebbc4edfeaf16a6a5f4392ea097ea3d72a0e06 (diff)
More haddock documentation improvements
Diffstat (limited to 'src/compiler/GF/Grammar/Values.hs')
-rw-r--r--src/compiler/GF/Grammar/Values.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compiler/GF/Grammar/Values.hs b/src/compiler/GF/Grammar/Values.hs
index 0476825df..7bfc8a24b 100644
--- a/src/compiler/GF/Grammar/Values.hs
+++ b/src/compiler/GF/Grammar/Values.hs
@@ -12,12 +12,12 @@
-- (Description of the module)
-----------------------------------------------------------------------------
-module GF.Grammar.Values (-- * values used in TC type checking
+module GF.Grammar.Values (-- ** Values used in TC type checking
Exp, Val(..), Env,
- -- * annotated tree used in editing
+ -- ** Annotated tree used in editing
--Z Tree, TrNode(..), Atom(..),
Binds, Constraints, MetaSubst,
- -- * for TC
+ -- ** For TC
valAbsInt, valAbsFloat, valAbsString, vType,
isPredefCat,
eType,