Cache.Sval name : _ t -> stringregister cache elt add elt to cache. If elt * already existed in cache, an Error is returned. * Otherwise, Ok is returned with a Cached * representation of elt.
val mem : 'elt t -> 'elt -> boolval final_state : 'elt t -> 'elt -> 'elt final_state Core_kernel.Option.tval element_to_string : 'elt t -> 'elt -> stringval to_list : 'elt t -> 'elt list