module Ty_tbl:
Heterogeneous tables indexed by type value.
Roughly the same signature that Hashtbl.S
.
Parameters: |
|
type
t
val create : int -> t
val add : t -> 'b Type.ty -> 'b Info.t -> unit
val find : t -> 'b Type.ty -> 'b Info.t