package lascar

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

Module Utils.SetExtSource

Extension to the Stdib.Set module

Input signature of the SetExt.Make functor.

Sourcemodule type S = sig ... end

Output signature of the SetExt.Make functor.

Sourcemodule Make (E : OrderedTypeExt.T) : S with type elt = E.t

Functor building an implementation of the set structure given a totally ordered, stringable type.

Functor for pairing structures describing elements for computing set products

Sourcemodule Product (S1 : S) (S2 : S) : sig ... end

Functor building an implementation of a set product given the implementation of two sets

OCaml

Innovation. Community. Security.