Discover Packages
github.com/IBM/fp-go
internal
foldable
package
Version:
v1.0.128
Opens a new window with list of versions in this module.
Published: Feb 12, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Index Constants Variables Functions Types type Foldable
Documentation
¶
type Foldable[A, B, HKTA any ] interface {
Reduce(func(B, A) B, B) func(HKTA) B
ReduceRight(func(B, A) B, B) func(HKTA) B
FoldMap(m M .Monoid [B]) func(func(A) B) func(HKTA) B
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.