aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/safe_typing.mli
diff options
context:
space:
mode:
Diffstat (limited to 'checker/safe_typing.mli')
-rw-r--r--checker/safe_typing.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/checker/safe_typing.mli b/checker/safe_typing.mli
index cd2c06d20..b7d7d04cc 100644
--- a/checker/safe_typing.mli
+++ b/checker/safe_typing.mli
@@ -19,9 +19,9 @@ type compiled_library
val set_engagement : Declarations.engagement -> unit
val import :
- System.physical_path -> compiled_library -> Digest.t -> unit
+ CUnix.physical_path -> compiled_library -> Digest.t -> unit
val unsafe_import :
- System.physical_path -> compiled_library -> Digest.t -> unit
+ CUnix.physical_path -> compiled_library -> Digest.t -> unit
(** Store the body of modules' opaque constants inside a table.