package fix

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

Module Fix.PropSource

This module defines a few common partial orders, each of which satisfies the signature PROPERTY. These include Booleans, options, and sets.

Sourcemodule Boolean : sig ... end

The lattice of Booleans.

Sourcemodule Option (X : sig ... end) : sig ... end

The type _ option, equipped with the ordering None <= Some x. This ordering is not a lattice.

Sourcemodule Set (X : sig ... end) : sig ... end

The lattice of sets. The ordering is set inclusion. Therefore, the empty set is the bottom element.

OCaml

Innovation. Community. Security.