ocaml/bytecomp/printinstr.mli

20 lines
887 B
OCaml
Raw Normal View History

(***********************************************************************)
(* *)
(* Objective Caml *)
(* *)
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
(* *)
(* Copyright 1996 Institut National de Recherche en Informatique et *)
(* Automatique. Distributed only by permission. *)
(* *)
(***********************************************************************)
(* $Id$ *)
(* Pretty-print lists of instructions *)
open Instruct
val instruction: instruction -> unit
val instrlist: instruction list -> unit