module Instbl: Stdlib.Hashtbl.Make(sig
Stdlib.Hashtbl.Make
(
sig
type t = RTL.instruction
RTL.instruction
val equal : RTL.instruction -> RTL.instruction -> bool
RTL.instruction -> RTL.instruction -> bool
val hash : RTL.instruction -> int
RTL.instruction -> int
end)
end
)