diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2000-03-06 22:12:09 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2000-03-06 22:12:09 +0000 |
commit | b96208b7a247cbb6d9d162fbfaf54448af33589c (patch) | |
tree | a63fb52f6e36ca47129637586cf6d0fd3d576733 /bytecomp/printlambda.mli | |
parent | a56ae9a35f7cb4b5ccd128c2b9610b4913d71331 (diff) |
Revu les impressions du compilateur
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2908 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'bytecomp/printlambda.mli')
-rw-r--r-- | bytecomp/printlambda.mli | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bytecomp/printlambda.mli b/bytecomp/printlambda.mli index a0953a5cc..352d6d024 100644 --- a/bytecomp/printlambda.mli +++ b/bytecomp/printlambda.mli @@ -14,5 +14,7 @@ open Lambda -val structured_constant: structured_constant -> unit -val lambda: lambda -> unit +open Format + +val structured_constant: formatter -> structured_constant -> unit +val lambda: formatter -> lambda -> unit |