diff options
| author | Maxime Dénès | 2018-10-31 19:10:50 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-11-06 14:19:38 +0100 |
| commit | 4b391bd039e93124e2b919161fbcfc495119c77a (patch) | |
| tree | 46fa9197635689c4186b449f756babf21fdb123f /checker/safe_checking.mli | |
| parent | 0b1027f65deb1f22972e304c24a1449b32470018 (diff) | |
Checker now disables VM and native
At the same time, we made the safe_env threading explicit.
Diffstat (limited to 'checker/safe_checking.mli')
| -rw-r--r-- | checker/safe_checking.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/checker/safe_checking.mli b/checker/safe_checking.mli index 75b1eab429..44cd2b3a2e 100644 --- a/checker/safe_checking.mli +++ b/checker/safe_checking.mli @@ -12,5 +12,5 @@ open Safe_typing (*i*) -val import : compiled_library -> Univ.ContextSet.t -> vodigest -> unit -val unsafe_import : compiled_library -> Univ.ContextSet.t -> vodigest -> unit +val import : safe_environment -> compiled_library -> Univ.ContextSet.t -> vodigest -> safe_environment +val unsafe_import : safe_environment -> compiled_library -> Univ.ContextSet.t -> vodigest -> safe_environment |
