7 lines
126 B
OCaml
7 lines
126 B
OCaml
|
(* Pretty-printing of linearized machine code *)
|
||
|
|
||
|
open Linearize
|
||
|
|
||
|
val instr: instruction -> unit
|
||
|
val fundecl: fundecl -> unit
|