package
Version:
v1.0.77
Opens a new window with list of versions in this module.
Published: Dec 17, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Compose[ENDO ~func(A) A, A any](f1, f2 ENDO) ENDO
func Identity[ENDO ~func(A) A, A any]() ENDO
func Monoid[ENDO ~func(A) A, A any]() M.Monoid[ENDO]
Monoid for the Endomorphism where the `concat` operation is the usual function composition.
func Of[ENDO ~func(A) A, F ~func(A) A, A any](f F) ENDO
Of converts any function to an [Endomorphism]
Semigroup for the Endomorphism where the `concat` operation is the usual function composition.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.