package batteries

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a hobj = private 'a BatHashcons.hobj = {
  1. obj : 'a;
  2. tag : int;
  3. hcode : int;
}
type !'a t = 'a hobj
val compare : 'a hobj -> 'a hobj -> int
module type Table = sig ... end
module MakeTable (HT : BatHashtbl.HashedType) : sig ... end
module H : sig ... end
OCaml

Innovation. Community. Security.