diff options
| author | Maxime Dénès | 2019-04-05 11:00:43 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2019-04-10 15:41:44 +0200 |
| commit | ff07d0f499dcc8876b2b222bf861e9de89315a05 (patch) | |
| tree | 6bf4b0aa8d28ce08c377ae2433d689c135e453bf /vernac/canonical.mli | |
| parent | 4d1cbe175e3f235c143061796b919b03d933f00a (diff) | |
Remove calls to Global.env and Libobject from Recordops
Diffstat (limited to 'vernac/canonical.mli')
| -rw-r--r-- | vernac/canonical.mli | 12 |
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 |
