Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
Gaëtan Gilbert
Iris
Commits
cb0a20de
Commit
cb0a20de
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
slight simpl tuning
parent
0ce42920
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/ModuRes/DecEnsemble.v
+1
-1
1 addition, 1 deletion
lib/ModuRes/DecEnsemble.v
lib/ModuRes/SPred.v
+1
-0
1 addition, 0 deletions
lib/ModuRes/SPred.v
with
2 additions
and
1 deletion
lib/ModuRes/DecEnsemble.v
+
1
−
1
View file @
cb0a20de
...
@@ -95,7 +95,7 @@ Notation "de1 # de2" := (de1 ∩ de2 == de_emp) (at level 70) : de_scope.
...
@@ -95,7 +95,7 @@ Notation "de1 # de2" := (de1 ∩ de2 == de_emp) (at level 70) : de_scope.
in the context that also occurs in one of the <de>s. In this case, it can help to
in the context that also occurs in one of the <de>s. In this case, it can help to
do the specialization manually, and call de_tauto directly.
do the specialization manually, and call de_tauto directly.
*)
*)
Ltac
de_unfold
:=
unfold
de_cap
,
de_cup
,
de_minus
,
de_compl
,
const
;
unlock
;
simpl
.
Ltac
de_unfold
:=
unfold
de_cap
,
de_cup
,
de_minus
,
de_compl
;
unlock
;
simpl
.
Ltac
de_in_destr
:=
simpl
;
Ltac
de_in_destr
:=
simpl
;
repeat
(
match
goal
with
repeat
(
match
goal
with
|
[
|
-
context
[
dec_eq
?i
?j
]
]
=>
destruct
(
dec_eq
i
j
);
first
try
subst
j
;
try
contradiction_eq
;
simpl
|
[
|
-
context
[
dec_eq
?i
?j
]
]
=>
destruct
(
dec_eq
i
j
);
first
try
subst
j
;
try
contradiction_eq
;
simpl
...
...
This diff is collapsed.
Click to expand it.
lib/ModuRes/SPred.v
+
1
−
0
View file @
cb0a20de
...
@@ -20,6 +20,7 @@ Section Props.
...
@@ -20,6 +20,7 @@ Section Props.
fun
n
=>
match
n
with
fun
n
=>
match
n
with
|
O
=>
True
|
O
=>
True
|
S
_
=>
P
end
.
|
S
_
=>
P
end
.
Global
Arguments
sp_constF
_
!
n
/.
Program
Definition
sp_const
P
:=
Program
Definition
sp_const
P
:=
p
[(
sp_constF
P
)]
.
p
[(
sp_constF
P
)]
.
Next
Obligation
.
Next
Obligation
.
...
...
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