Skip to content

Commit

Permalink
Export more
Browse files Browse the repository at this point in the history
  • Loading branch information
augustss committed Sep 18, 2024
1 parent 439ea35 commit 8d637be
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/Data/Semigroup.hs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
module Data.Semigroup(
Semigroup(..),
stimesIdempotent,
stimesIdempotentMonoid,
stimesMonoid,
module Data.Monoid,
) where
import Prelude() -- do not import Prelude
import Data.Monoid
import Data.Monoid hiding(Monoid(..))
-- Data.Monoid contains the definition of Semigroup

0 comments on commit 8d637be

Please sign in to comment.