summaryrefslogtreecommitdiff
path: root/FunctorToMaybe.hs
diff options
context:
space:
mode:
Diffstat (limited to 'FunctorToMaybe.hs')
-rw-r--r--FunctorToMaybe.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/FunctorToMaybe.hs b/FunctorToMaybe.hs
index a718010..658b024 100644
--- a/FunctorToMaybe.hs
+++ b/FunctorToMaybe.hs
@@ -23,7 +23,7 @@ module FunctorToMaybe where
23 23
24#if MIN_VERSION_base(4,6,0) 24#if MIN_VERSION_base(4,6,0)
25#else 25#else
26import Control.Monad.Instances 26import Control.Monad.Instances()
27#endif 27#endif
28 28
29-- | The 'FunctorToMaybe' class genaralizes 'Maybe' in that the 29-- | The 'FunctorToMaybe' class genaralizes 'Maybe' in that the