Skip to content
Snippets Groups Projects
Commit d19b7d23 authored by Ralf Jung's avatar Ralf Jung
Browse files

test Coq 8.12.0 and deny warnings

parent 5705e5d7
Branches
No related tags found
No related merge requests found
Pipeline #33596 canceled
...@@ -27,10 +27,10 @@ variables: ...@@ -27,10 +27,10 @@ variables:
## Build jobs ## Build jobs
build-coq.8.12.dev: build-coq.8.12.0:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.12.dev" OPAM_PINS: "coq version 8.12.0"
build-coq.8.11.2: build-coq.8.11.2:
<<: *template <<: *template
......
...@@ -6,7 +6,7 @@ This is the Coq development accompanying RBrlx. ...@@ -6,7 +6,7 @@ This is the Coq development accompanying RBrlx.
This version is known to compile with: This version is known to compile with:
- Coq 8.11.2 - Coq 8.11.2 / 8.12.0
- A development version of [GPFSL]. - A development version of [GPFSL].
The easiest way to install the correct versions of the dependencies is through The easiest way to install the correct versions of the dependencies is through
......
...@@ -8,6 +8,7 @@ Set Default Proof Using "Type". ...@@ -8,6 +8,7 @@ Set Default Proof Using "Type".
Definition elctx_elt : Type := lft * lft. Definition elctx_elt : Type := lft * lft.
Notation elctx := (list elctx_elt). Notation elctx := (list elctx_elt).
Declare Scope lrust_elctx_scope.
Delimit Scope lrust_elctx_scope with EL. Delimit Scope lrust_elctx_scope with EL.
(* We need to define [elctx] and [llctx] as notations to make eauto (* We need to define [elctx] and [llctx] as notations to make eauto
work. But then, Coq is not able to bind them to their work. But then, Coq is not able to bind them to their
......
...@@ -147,6 +147,7 @@ Qed. ...@@ -147,6 +147,7 @@ Qed.
Coercion ty_of_st : simple_type >-> type. Coercion ty_of_st : simple_type >-> type.
Declare Scope lrust_type_scope.
Delimit Scope lrust_type_scope with T. Delimit Scope lrust_type_scope with T.
Bind Scope lrust_type_scope with type. Bind Scope lrust_type_scope with type.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment