diff options
| author | letouzey | 2013-08-22 14:29:55 +0000 |
|---|---|---|
| committer | letouzey | 2013-08-22 14:29:55 +0000 |
| commit | c1159f736c8d8f5b95bc53af7614a63f2ab9a86b (patch) | |
| tree | 0302c134e9917fc9b4a1099b0a47e0a173610665 /interp/coqlib.mli | |
| parent | 676f8fac28958d141a73dd56d087ecdbe046ab31 (diff) | |
Less "Coq" strings everywhere
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16725 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp/coqlib.mli')
| -rw-r--r-- | interp/coqlib.mli | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/interp/coqlib.mli b/interp/coqlib.mli index d9c0d3ae05..b8e461665a 100644 --- a/interp/coqlib.mli +++ b/interp/coqlib.mli @@ -55,11 +55,14 @@ val check_required_library : string list -> unit (** Modules *) val logic_module : DirPath.t +val logic_module_name : string list + val logic_type_module : DirPath.t + val jmeq_module : DirPath.t +val jmeq_module_name : string list val datatypes_module_name : string list -val logic_module_name : string list (** Natural numbers *) val nat_path : full_path |
