summaryrefslogtreecommitdiff
path: root/driver/compile.mli
diff options
context:
space:
mode:
Diffstat (limited to 'driver/compile.mli')
-rw-r--r--driver/compile.mli8
1 files changed, 8 insertions, 0 deletions
diff --git a/driver/compile.mli b/driver/compile.mli
new file mode 100644
index 0000000000..0df7451f36
--- /dev/null
+++ b/driver/compile.mli
@@ -0,0 +1,8 @@
+(* Compile a .ml or .mli file *)
+
+val interface: string -> unit
+val implementation: string -> unit
+val c_file: string -> unit
+
+val initial_env: unit -> Env.t
+val init_path: unit -> unit