Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PROSA - Formally Proven Schedulability Analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RT-PROOFS
PROSA - Formally Proven Schedulability Analysis
Commits
6bd62cde
Commit
6bd62cde
authored
2 years ago
by
Pierre Roux
Browse files
Options
Downloads
Patches
Plain Diff
Adapt to
https://github.com/coq/coq/pull/16004
This fixes compilation with current Coq master.
parent
fcdb00b9
No related branches found
No related tags found
1 merge request
!251
Adapt to https://github.com/coq/coq/pull/16004
Pipeline
#74329
passed
2 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
classic/util/tactics.v
+3
-3
3 additions, 3 deletions
classic/util/tactics.v
with
3 additions
and
3 deletions
classic/util/tactics.v
+
3
−
3
View file @
6bd62cde
...
...
@@ -69,8 +69,8 @@ Proof. by intros; case eqP. Qed.
Lemma
beq_sym
:
forall
(
T
:
eqType
)
(
x
y
:
T
),
(
x
==
y
)
=
(
y
==
x
)
.
Proof
.
intros
;
do
2
case
eqP
;
congruence
.
Qed
.
G
lobal
Hint
Resolve
beq_refl
:
vlib
.
Hint
Rewrite
beq_refl
:
vlib_trivial
.
#[
g
lobal
]
Hint
Resolve
beq_refl
:
vlib
.
#[
global
]
Hint
Rewrite
beq_refl
:
vlib_trivial
.
Notation
eqxx
:=
beq_refl
.
...
...
@@ -115,7 +115,7 @@ Create HintDb vlib_refl discriminated.
Global
Hint
Resolve
andP
orP
nandP
norP
negP
vlib__internal_eqP
neqP
:
vlib_refl
.
(* Add x <= y <= z splitting to the core hint database. *)
Hint
Immediate
vlib__leq_split
vlib__ltn_split1
vlib__ltn_split2
:
core
.
#[
global
]
Hint
Immediate
vlib__leq_split
vlib__ltn_split1
vlib__ltn_split2
:
core
.
Ltac
vlib__complaining_inj
f
H
:=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment