Documentation
¶
Index ¶
- func Ap[E, A, B any](s S.Semigroup[E]) func(fa Const[E, A]) func(fab Const[E, func(A) B]) Const[E, B]
- func Map[E, A, B any](f func(A) B) func(fa Const[E, A]) Const[E, B]
- func MonadAp[E, A, B any](s S.Semigroup[E]) func(fab Const[E, func(A) B], fa Const[E, A]) Const[E, B]
- func Of[E, A any](m M.Monoid[E]) func(A) Const[E, A]
- func Unwrap[E, A any](c Const[E, A]) E
- type Const
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.