Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tej Chajed
iris
Commits
f01228f2
Commit
f01228f2
authored
Feb 11, 2016
by
Ralf Jung
Browse files
make solve_ne slightly more robust
parent
35520fdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/cofe.v
View file @
f01228f2
...
...
@@ -21,7 +21,7 @@ Tactic Notation "cofe_subst" :=
|
H
:
@
dist
?A
?d
?n
_
?x
|-
_
=>
symmetry
in
H
;
setoid_subst_aux
(@
dist
A
d
n
)
x
end
.
Tactic
Notation
"solve_ne"
:
=
move
=>
n
;
solve_proper
.
Tactic
Notation
"solve_ne"
:
=
intros
;
solve_proper
.
Record
chain
(
A
:
Type
)
`
{
Dist
A
}
:
=
{
chain_car
:
>
nat
→
A
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment