package splay_tree

  1. Overview
  2. Docs

Module Splay_tree.Splay_tree0Source

include Splay_tree0_intf.Splay_tree
Sourcemodule type Key = Splay_tree0_intf.Key
Sourcemodule type Data = Splay_tree0_intf.Data
Sourcemodule type Reduction_operation = Splay_tree0_intf.Reduction_operation
Sourcetype nonrec ('k, 'd, 'a) reduction_operation = ('k, 'd, 'a) Splay_tree0_intf.reduction_operation
Sourcemodule type S = Splay_tree0_intf.S
Sourcemodule Make_with_reduction (Key : Key) (Data : Data) (R : Reduction_operation with type key = Key.t and type data = Data.t) : S with type key = Key.t and type data = Data.t and type accum = R.accum
Sourcemodule Make_without_reduction (Key : Key) (Data : Data) : S with type key = Key.t and type data = Data.t and type accum = unit
Sourcemodule Reduction_operations : sig ... end
OCaml

Innovation. Community. Security.