package lascar

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

Parameters

module M1 : T
module M2 : T

Signature

include T with type t = M1.t option * M2.t option
include Stdlib.Set.OrderedType with type t = M1.t option * M2.t option
type t = M1.t option * M2.t option
val compare : t -> t -> int
val to_string : t -> string
val mk : M1.t option -> M2.t option -> t
OCaml

Innovation. Community. Security.