aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/cbytecodes.mli
diff options
context:
space:
mode:
authorGravatar Benjamin Gregoire <Benjamin.Gregoire@inria.fr>2015-03-26 14:24:54 +0100
committerGravatar Benjamin Gregoire <Benjamin.Gregoire@inria.fr>2015-03-26 15:43:41 +0100
commit5c6a50d6ec1d04bacd3e41ffbb88453fef92cd5d (patch)
treee6ad09fca44ec6c848448c1d6be261897eecbf75 /kernel/cbytecodes.mli
parentc9074aa238e73bb932be67c67479b11bc95cd47a (diff)
Fix bug 4157,
change the representation of inductive constructor when there is too many non constant constructors in the inductive type Conflicts: kernel/cbytegen.ml
Diffstat (limited to 'kernel/cbytecodes.mli')
-rw-r--r--kernel/cbytecodes.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cbytecodes.mli b/kernel/cbytecodes.mli
index b65268f72..4277b4771 100644
--- a/kernel/cbytecodes.mli
+++ b/kernel/cbytecodes.mli
@@ -20,6 +20,7 @@ val fix_tag : tag
val switch_tag : tag
val cofix_tag : tag
val cofix_evaluated_tag : tag
+val max_tag : tag
type structured_constant =
| Const_sorts of sorts