Transition_handler.Unprocessed_transition_cache
module Name : sig ... end
module Transmuter : sig ... end
module Registry : sig ... end
type target = Transmuter.Target.t
type source = Transmuter.Source.t
type t = target Cache_lib.Cache.t
val register_exn : t -> source -> ( source, target ) Cache_lib.Cached.t
val final_state :
t ->
source ->
target Cache_lib.Intf.final_state Core_kernel.Option.t