Module Predicate.InfixSource

Sourceval (&&) : 'a t -> 'a t -> 'a t

Compose two predicates (using and).

Sourceval (||) : 'a t -> 'a t -> 'a t

Compose two predicates (using or).

Sourceval (!) : 'a t -> 'a t

negate the predicate.