package cactus

  1. Overview
  2. Docs

Module Make.PrivateSource

Sourcemodule Params : sig ... end
Sourcemodule Common : sig ... end
Sourcemodule Entry : sig ... end
Sourcemodule Key = Entry.Key
Sourcemodule Value = Entry.Value
Sourcemodule Store : sig ... end
Sourcemodule Page = Store.Page
Sourcemodule Leaf : sig ... end
Sourcemodule Node : sig ... end
Sourceval dir : t -> string
Sourceval store : t -> Store.t
Sourceval root : t -> int
Sourceval go_to_leaf : t -> key -> int list
Sourceval cache_size : t -> int
Sourceval pp : t -> int Fmt.t