diff options
| author | hallgren <hallgren@chalmers.se> | 2014-10-16 14:03:57 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-10-16 14:03:57 +0000 |
| commit | c924491289259fa8a5a259ed97f2d9e817e3338c (patch) | |
| tree | 178f045daa6520ca0979d093167727511c06541e /src/compiler/GF/Grammar/Macros.hs | |
| parent | c0ebbc4edfeaf16a6a5f4392ea097ea3d72a0e06 (diff) | |
More haddock documentation improvements
Diffstat (limited to 'src/compiler/GF/Grammar/Macros.hs')
| -rw-r--r-- | src/compiler/GF/Grammar/Macros.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/GF/Grammar/Macros.hs b/src/compiler/GF/Grammar/Macros.hs index dde1201d8..f5ddb7ae0 100644 --- a/src/compiler/GF/Grammar/Macros.hs +++ b/src/compiler/GF/Grammar/Macros.hs @@ -33,6 +33,8 @@ import Control.Monad (liftM, liftM2, liftM3) import Data.List (sortBy,nub) import GF.Text.Pretty +-- ** Macros for constructing and analysing source code terms. + typeForm :: Type -> (Context, Cat, [Term]) typeForm t = case t of |
