Module CCHet

module CCHet: sig .. end

Associative containers with Heterogenerous Values

This is similar to CCMixtbl, but the injection is directly used as a key.
Since 0.17


type 'a sequence = ('a -> unit) -> unit 
type 'a gen = unit -> 'a option 
module Key: sig .. end
type pair = 
| Pair : 'a Key.t * 'a -> pair
module Tbl: sig .. end
Imperative table indexed by CCHet.Key
module Map: sig .. end
Immutable map