aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/coqlib.mli
diff options
context:
space:
mode:
authorGravatar bertot <bertot@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-01-25 14:44:54 +0000
committerGravatar bertot <bertot@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-01-25 14:44:54 +0000
commita07d4536febf5c5e4a7c635b01195e6b6036724b (patch)
tree1b5e42ec33ddf668c4db5196846783e1f3a0bc57 /interp/coqlib.mli
parent884faa97b1034d6cd63e0e881d5ec5af7ecfb5cc (diff)
exporting the global reference to the inductive " \/ " in coqlib and
eq_rawconstr in topconstr to prepare the introduction of the new version of functionnal induction. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7928 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp/coqlib.mli')
-rw-r--r--interp/coqlib.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/interp/coqlib.mli b/interp/coqlib.mli
index 2d2522805..0848c3084 100644
--- a/interp/coqlib.mli
+++ b/interp/coqlib.mli
@@ -123,3 +123,5 @@ val coq_not_ref : global_reference lazy_t
val coq_False_ref : global_reference lazy_t
val coq_sumbool_ref : global_reference lazy_t
val coq_sig_ref : global_reference lazy_t
+
+val coq_or_ref : global_reference lazy_t