arrow-optics / arrow.optics / FoldOf
typealias ~~FoldOf~~<S, A> = Kind2<
ForFold
, S, A>
Deprecated: Higher Kinded types and their related type classes will no longer be supported after Arrow 0.13.0. Most relevant APIs are now concrete over the data types available as members or top level extension functions
Fold | A Fold is an optic that allows to focus into structure and get multiple results.interface Fold<S, A> : FoldOf <S, A> |
Do you like Arrow?
✖