summaryrefslogtreecommitdiff
path: root/FunctorToMaybe.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-04-21 19:54:58 -0400
committerjoe <joe@jerkface.net>2014-04-21 19:54:58 -0400
commit1a8986f93fbdf1b444bbe7ef6e45363cba5c78ba (patch)
tree55799c21c2a4798b1ac61e63776be4353f1f3788 /FunctorToMaybe.hs
parente75916e1370bc772ba4cf643f0ac0ecae0300d1c (diff)
Removed remaning unused bindings and imports.
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