diff options
| author | Pierre-Marie Pédrot | 2018-10-31 11:53:52 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-10-31 11:53:52 +0100 |
| commit | 47306462b9ddba0bfe43a2777e45549e0f7e3923 (patch) | |
| tree | 159abe3762b3b7ae951e339d6f18fe76b14f93ae /interp | |
| parent | 310f8fa900bc0d25a05f6409d941708a74aca60b (diff) | |
| parent | dccaed2452e544308b46f0c73ffd4f542ef4c8c6 (diff) | |
Merge PR #8825: [libobject] Move object_name next to object definition.
Diffstat (limited to 'interp')
| -rw-r--r-- | interp/declare.mli | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/interp/declare.mli b/interp/declare.mli index 02e73cd66c..468e056909 100644 --- a/interp/declare.mli +++ b/interp/declare.mli @@ -9,7 +9,6 @@ (************************************************************************) open Names -open Libnames open Constr open Entries open Decl_kinds @@ -29,7 +28,7 @@ type section_variable_entry = type variable_declaration = DirPath.t * section_variable_entry * logical_kind -val declare_variable : variable -> variable_declaration -> object_name +val declare_variable : variable -> variable_declaration -> Libobject.object_name (** Declaration of global constructions i.e. Definition/Theorem/Axiom/Parameter/... *) @@ -69,7 +68,7 @@ val set_declare_scheme : (** [declare_mind me] declares a block of inductive types with their constructors in the current section; it returns the path of the whole block and a boolean indicating if it is a primitive record. *) -val declare_mind : mutual_inductive_entry -> object_name * bool +val declare_mind : mutual_inductive_entry -> Libobject.object_name * bool (** Declaration messages *) |
