Documentation ¶ Index ¶ type Foldable Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Foldable ¶ 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 ¶ View all Source files types.go Click to show internal directories. Click to hide internal directories.