Skip to main content

Daml module

DA.Monoid

-

Data Types

data All

Boolean monoid under conjunction (&&) Constructors:
  • All
Bool
Instances:

data Any

Boolean Monoid under disjunction (||) Constructors:
  • Any
Bool
Instances:

data Endo a

The monoid of endomorphisms under composition. Constructors:
  • Endo
a -> a
Instances:

data Product a

Monoid under (*)
Constructors:
  • Product a
Instances:

data Sum a

Monoid under (+)
Constructors:
  • Sum a
Instances:

Orphan Typeclass Instances

History

Added3.4.9