package lascar

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

Extension to the Stdlib.Set.OrderedType module

module type T = sig ... end
module Pair (M1 : T) (M2 : T) : sig ... end
module Triplet (M1 : T) (M2 : T) (M3 : T) : sig ... end
module Either (M1 : T) (M2 : T) : sig ... end
module Either3 (M1 : T) (M2 : T) (M3 : T) : sig ... end