package core

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

Source file stable_comparable.ml

1
2
3
4
5
6
7
8
module type V1 = sig
  include Stable_module_types.S0

  include
    Comparable.Stable.V1.S
    with type comparable := t
    with type comparator_witness := comparator_witness
end
OCaml

Innovation. Community. Security.