Transmuter_cache.Make
module Transmuter : Intf.Transmuter.S
module Registry : Intf.Registry.S with type element := Transmuter.Target.t
module Name : Intf.Constant.S with type t := string
type target = Transmuter.Target.t
type source = Transmuter.Source.t
val final_state : t -> source -> target Intf.final_state Core_kernel.Option.t