summaryrefslogtreecommitdiff
path: root/asmcomp/printclambda.mli
diff options
context:
space:
mode:
Diffstat (limited to 'asmcomp/printclambda.mli')
-rw-r--r--asmcomp/printclambda.mli16
1 files changed, 16 insertions, 0 deletions
diff --git a/asmcomp/printclambda.mli b/asmcomp/printclambda.mli
new file mode 100644
index 0000000000..ddc233af06
--- /dev/null
+++ b/asmcomp/printclambda.mli
@@ -0,0 +1,16 @@
+(***********************************************************************)
+(* *)
+(* OCaml *)
+(* *)
+(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
+(* *)
+(* Copyright 1996 Institut National de Recherche en Informatique et *)
+(* en Automatique. All rights reserved. This file is distributed *)
+(* under the terms of the Q Public License version 1.0. *)
+(* *)
+(***********************************************************************)
+
+open Clambda
+open Format
+
+val clambda: formatter -> ulambda -> unit