diff options
Diffstat (limited to 'libraries/base/Control/Monad/Group.hs')
-rw-r--r-- | libraries/base/Control/Monad/Group.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/base/Control/Monad/Group.hs b/libraries/base/Control/Monad/Group.hs index 3516562814..a3c36a268b 100644 --- a/libraries/base/Control/Monad/Group.hs +++ b/libraries/base/Control/Monad/Group.hs @@ -1,4 +1,5 @@ {-# LANGUAGE Trustworthy #-} + ----------------------------------------------------------------------------- -- | -- Module : Control.Monad.Group @@ -32,3 +33,4 @@ class Monad m => MonadGroup m t where instance Ord t => MonadGroup [] t where mgroupWith = groupWith #endif + |