Esempio n. 1
0
 public static bool biforall <A>(Option <A> option, Func <A, bool> Some, Func <bool> None) =>
 option.BiForAll(Some, None);