diff options
Diffstat (limited to 'src/Haddock')
| -rw-r--r-- | src/Haddock/Convert.hs | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/src/Haddock/Convert.hs b/src/Haddock/Convert.hs index edc3705e..e1f9493a 100644 --- a/src/Haddock/Convert.hs +++ b/src/Haddock/Convert.hs @@ -5,9 +5,7 @@  -- Some other functions turned out to be useful for converting  -- instance heads, which aren't TyThings, so just export everything. -module Haddock.Convert ---    ( tyThingToHsSynSig {- :: TyThing -> LHsDecl Name -} ) -  where +module Haddock.Convert where  import HsSyn  import TcType ( tcSplitSigmaTy ) | 
