diff options
author | David Waern <david.waern@gmail.com> | 2008-10-15 21:53:53 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-10-15 21:53:53 +0000 |
commit | 2fdedfb08ca1b52a801ea8a0ca5812015603c7c9 (patch) | |
tree | 8af97434668cc4912f7d6e9854dadfd1c6ce8ef1 /src/Haddock/Interface | |
parent | cc2800f2f5544e97aec7466d06b939d80b3e4d69 (diff) |
Move convenient type synonym to H.Types
Diffstat (limited to 'src/Haddock/Interface')
-rw-r--r-- | src/Haddock/Interface/Create.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Haddock/Interface/Create.hs b/src/Haddock/Interface/Create.hs index 5b57324e..9252b9eb 100644 --- a/src/Haddock/Interface/Create.hs +++ b/src/Haddock/Interface/Create.hs @@ -128,11 +128,6 @@ parseOption other = tell ["Unrecognised option: " ++ other] >> return Nothing -- Declarations -------------------------------------------------------------------------------- --- convenient short-hands - -type Decl = LHsDecl Name -type Doc = HsDoc Name - type DeclWithDoc = (Decl, Maybe Doc) |