Example #1
0
 public static bool exists <A>(Fin <A> ma, Func <A, bool> pred) =>
 ma.Exists(pred);