Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Monoidal map type Monoidal map type with support for semigroup and monoid subclasses.
monoidLaws :: (Eq a, Monoid a, Show a) => Gen a -> Lawshedgehog-classes Hedgehog.Classes Tests the following Monoid laws:
-
Some extension to the Foldable and Monoid classes. Introduces a new class InsertLeft — the class of types of values that can be inserted from the left to the Foldable structure that is a data that is also the Monoid instance. Is a fork of the https://hackage.haskell.org/package/subG.
-
Internal support for monoidmap. Internal support for the monoidmap package.
-
Monoid counterparts to some ubiquitous monad transformers Monoid transformers: State, Reader There is no Writer transformer. It's vice versa: The Writer monad transforms a monoid to a monad.
-
Monoidal Functors Library A typeclass hierarchy for monoidal functors.
-
JSON support for monoidmap. JSON support for the monoidmap package, compatible with aeson.
-
Examples for monoidmap. Examples for the monoidmap package.
monoidalFieldMethods :: IsMonoidalRecord r c => c -> MonoidalFieldMethods r ccolumnar Text.Columnar No documentation available.
-
A monoidal map with the right group instance Newtype wrapper around Data.Map.Monoidal.MonoidalMap that has a correct Group instance. The Group instance for Data.MonoidMap has a unique neutral element, as compared to Data.Map.Monoidal.MonoidalMap.