
Untitled
By: a guest on
May 2nd, 2012 | syntax:
None | size: 0.52 KB | hits: 10 | expires: Never
Haddock hyperlinks and without warning about redundant imports
{- |
Lots of Haddock text here... it references 'someFunction'.
-}
module TopLevelDoc () where
import Other.Module.With.SomeFunction
Warning: The import of `Other.Module.With.SomeFunction' is redundant
except perhaps to import instances from `Other.Module.With.SomeFunction'
To import instances alone, use: import Other.Module.With.SomeFunction()
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
-- | The identifier 'M.T' is not in scope