Results for “Std.Option.fold”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Option.fold
Option[A] -> fn(A) -> B -> B -> BThe result of transforming the value, or a fallback when there is none.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
Option[A] -> fn(A) -> B -> B -> BThe result of transforming the value, or a fallback when there is none.