Header menu logo Deedle

List Module

This module contains additional functions for working with lists.

Functions and values

Function or value Description

tryChooseBy f input

Full Usage: tryChooseBy f input

Parameters:
    f : 'a -> 'b option
    input : 'a list

Returns: 'b list option

Returns an option value that is Some when the specified function 'f' succeeds for all values from the input list. Otherwise returns None.

f : 'a -> 'b option
input : 'a list
Returns: 'b list option

Type something to start searching.