= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package async_extended
-
async_extended
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val create : string -> ('a -> 'b option) -> ('a, 'b) t
val arr : ('a -> 'b) -> ('a, 'b) t
an always matching filter from a function
Compose two filters such that both are applied to the same value, and their corresponding results are paired in a tuple. This filter will fail if any of the two argument filters fails.
val to_predicate : ('a, 'b) t -> 'a -> bool