()
| 150 | * @since 0.24.0 |
| 151 | */ |
| 152 | export const getMonoidSome = <A>(): monoid.Monoid<Predicate.Predicate<A>> => |
| 153 | monoid.fromSemigroup(getSemigroupSome<A>(), constFalse) |
| 154 | |
| 155 | /** |
| 156 | * @category instances |
nothing calls this directly
no test coverage detected