aboutsummaryrefslogtreecommitdiffstats
path: root/MenhirLib/Interpreter.v
diff options
context:
space:
mode:
Diffstat (limited to 'MenhirLib/Interpreter.v')
-rw-r--r--MenhirLib/Interpreter.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/MenhirLib/Interpreter.v b/MenhirLib/Interpreter.v
index 158bba9f..922d6656 100644
--- a/MenhirLib/Interpreter.v
+++ b/MenhirLib/Interpreter.v
@@ -84,8 +84,8 @@ CoInductive buffer : Type :=
Buf_cons { buf_head : token; buf_tail : buffer }.
(* Note: Coq 8.12.0 wants a Declare Scope command,
- but this breaks compatibility with Coq < 8.10.
- Declare Scope buffer_scope. *)
+ but this breaks compatibility with Coq < 8.10. *)
+Declare Scope buffer_scope.
Delimit Scope buffer_scope with buf.
Bind Scope buffer_scope with buffer.