aboutsummaryrefslogtreecommitdiffstats
path: root/MenhirLib
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2020-05-04 11:43:40 +0200
committerXavier Leroy <xavier.leroy@college-de-france.fr>2020-05-04 11:43:40 +0200
commit2cccb81243c5b2f45085634ffe070adc1ebb0c1b (patch)
tree8f3d01ad4b5aa1fa60f57f40fa60da03d563a840 /MenhirLib
parentfdf9a8a09f73c531aa7fc0e96cad02dd6011e2c9 (diff)
downloadcompcert-kvx-2cccb81243c5b2f45085634ffe070adc1ebb0c1b.tar.gz
compcert-kvx-2cccb81243c5b2f45085634ffe070adc1ebb0c1b.zip
Do not use "Declare Scope", introduced in Coq 8.10 only
Diffstat (limited to 'MenhirLib')
-rw-r--r--MenhirLib/Interpreter.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/MenhirLib/Interpreter.v b/MenhirLib/Interpreter.v
index c36ca614..07aeae5a 100644
--- a/MenhirLib/Interpreter.v
+++ b/MenhirLib/Interpreter.v
@@ -83,7 +83,6 @@ Proof. by rewrite /cast -Eqdep_dec.eq_rect_eq_dec. Qed.
CoInductive buffer : Type :=
Buf_cons { buf_head : token; buf_tail : buffer }.
-Declare Scope buffer_scope.
Delimit Scope buffer_scope with buf.
Bind Scope buffer_scope with buffer.