diff options
| author | Emilio Jesus Gallego Arias | 2020-01-16 20:07:41 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-01-29 17:29:45 +0100 |
| commit | ab2ce06bffb0f06be96af24c0be546f5ebd11471 (patch) | |
| tree | a127682b0539858a577ad9e89cac792b865d40a2 /vernac/mltop.mli | |
| parent | 8c04d108e1f57d0e8e11483a7c9de721ab2f026a (diff) | |
[rfc] [mltop] Removal of dynamic loading of object and `.ml` files
This seems seldom used and I think in general instrumentation this way
is pretty limited (usually better to use the build system to tweak)
It thus seems worth removing as to simplify `Mltop` a bit, but of
course comments are welcome.
Diffstat (limited to 'vernac/mltop.mli')
| -rw-r--r-- | vernac/mltop.mli | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vernac/mltop.mli b/vernac/mltop.mli index 56a28b64b0..271772d7ba 100644 --- a/vernac/mltop.mli +++ b/vernac/mltop.mli @@ -14,7 +14,6 @@ record. *) type toplevel = { load_obj : string -> unit; - use_file : string -> unit; add_dir : string -> unit; ml_loop : unit -> unit } @@ -38,12 +37,6 @@ val add_ml_dir : recursive:bool -> string -> unit (** Tests if we can load ML files *) val has_dynlink : bool -(** Dynamic loading of .cmo *) -val dir_ml_load : string -> unit - -(** Dynamic interpretation of .ml *) -val dir_ml_use : string -> unit - (** List of modules linked to the toplevel *) val add_known_module : string -> unit val module_is_known : string -> bool |
