all method

bool all(
  1. bool f(
    1. A a
    )
)

Implementation

bool all(bool f(A a)) => foldMap(BoolAndMi, f);