package preface

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val (&&) : 'a t -> 'a t -> 'a t

Compose two predicates (using and).

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

Compose two predicates (using or).

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

negate the predicate.