package preface

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.

OCaml

Innovation. Community. Security.