From 2fdedfb08ca1b52a801ea8a0ca5812015603c7c9 Mon Sep 17 00:00:00 2001 From: David Waern Date: Wed, 15 Oct 2008 21:53:53 +0000 Subject: Move convenient type synonym to H.Types --- src/Haddock/Interface/Create.hs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/Haddock/Interface') 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) -- cgit v1.2.3