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