diff options
Diffstat (limited to 'bytecomp/printlambda.mli')
-rw-r--r-- | bytecomp/printlambda.mli | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bytecomp/printlambda.mli b/bytecomp/printlambda.mli deleted file mode 100644 index 3dbebb7011..0000000000 --- a/bytecomp/printlambda.mli +++ /dev/null @@ -1,4 +0,0 @@ -open Lambda - -val structured_constant: structured_constant -> unit -val lambda: lambda -> unit |