diff options
author | joe <joe@jerkface.net> | 2014-04-21 19:54:58 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2014-04-21 19:54:58 -0400 |
commit | 1a8986f93fbdf1b444bbe7ef6e45363cba5c78ba (patch) | |
tree | 55799c21c2a4798b1ac61e63776be4353f1f3788 /FunctorToMaybe.hs | |
parent | e75916e1370bc772ba4cf643f0ac0ecae0300d1c (diff) |
Removed remaning unused bindings and imports.
Diffstat (limited to 'FunctorToMaybe.hs')
-rw-r--r-- | FunctorToMaybe.hs | 2 |
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 |
26 | import Control.Monad.Instances | 26 | import 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 |