diff options
Diffstat (limited to 'interp/coqlib.mli')
-rw-r--r-- | interp/coqlib.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interp/coqlib.mli b/interp/coqlib.mli index 33392da0e..02174c876 100644 --- a/interp/coqlib.mli +++ b/interp/coqlib.mli @@ -54,8 +54,8 @@ val check_required_library : string list -> unit (** {6 Global references } *) (** Modules *) -val logic_module : dir_path -val logic_type_module : dir_path +val logic_module : Dir_path.t +val logic_type_module : Dir_path.t val datatypes_module_name : string list val logic_module_name : string list |