aboutsummaryrefslogtreecommitdiff
path: root/vernac/canonical.mli
diff options
context:
space:
mode:
authorMaxime Dénès2019-04-05 11:00:43 +0200
committerMaxime Dénès2019-04-10 15:41:44 +0200
commitff07d0f499dcc8876b2b222bf861e9de89315a05 (patch)
tree6bf4b0aa8d28ce08c377ae2433d689c135e453bf /vernac/canonical.mli
parent4d1cbe175e3f235c143061796b919b03d933f00a (diff)
Remove calls to Global.env and Libobject from Recordops
Diffstat (limited to 'vernac/canonical.mli')
-rw-r--r--vernac/canonical.mli12
1 files changed, 12 insertions, 0 deletions
diff --git a/vernac/canonical.mli b/vernac/canonical.mli
new file mode 100644
index 0000000000..5b223a0615
--- /dev/null
+++ b/vernac/canonical.mli
@@ -0,0 +1,12 @@
+(************************************************************************)
+(* * The Coq Proof Assistant / The Coq Development Team *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* <O___,, * (see CREDITS file for the list of authors) *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(* * (see LICENSE file for the text of the license) *)
+(************************************************************************)
+open Names
+
+val declare_canonical_structure : GlobRef.t -> unit