summaryrefslogtreecommitdiff
path: root/bytecomp/printinstr.mli
blob: 6ccadfedde910adf08ee69d46ecc8d3ea96cbd68 (plain)
1
2
3
4
5
6
(* Pretty-print lists of instructions *)

open Instruct

val instruction: instruction -> unit
val instrlist: instruction list -> unit