aboutsummaryrefslogtreecommitdiff
path: root/vernac/comPrimitive.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-08-18 21:18:18 +0200
committerGaëtan Gilbert2019-10-05 12:10:24 +0200
commit5685e37442e49ce77831a371c471716c3ccb0a2b (patch)
treebc4d305685994af10ef7aacba38d0f14a9aabeeb /vernac/comPrimitive.mli
parent9f6e238fac96a123e7cb2bb2b2caec104bc4b916 (diff)
Move do_primitive from comassumption to its own module.
Primitives don't have anything to do with assumptions.
Diffstat (limited to 'vernac/comPrimitive.mli')
-rw-r--r--vernac/comPrimitive.mli11
1 files changed, 11 insertions, 0 deletions
diff --git a/vernac/comPrimitive.mli b/vernac/comPrimitive.mli
new file mode 100644
index 0000000000..c0db1cc464
--- /dev/null
+++ b/vernac/comPrimitive.mli
@@ -0,0 +1,11 @@
+(************************************************************************)
+(* * The Coq Proof Assistant / The Coq Development Team *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2019 *)
+(* <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) *)
+(************************************************************************)
+
+val do_primitive : Names.lident -> CPrimitives.op_or_type -> Constrexpr.constr_expr option -> unit