package core

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

Source file type_equal.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include Base.Type_equal

module Id = struct
  include Id

  module Uid = struct
    module Upstream = Base.Type_equal.Id.Uid
    include Base.Type_equal.Id.Uid

    include
      Comparable.Extend
        (Upstream)
        (struct
          type t = Base.Type_equal.Id.Uid.t [@@deriving sexp]
        end)

    include Hashable.Make (Upstream)
  end
end
OCaml

Innovation. Community. Security.