Skip to content
GitLab
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
stdpp
Commits
cef729e8
Commit
cef729e8
authored
May 04, 2016
by
Janno
Browse files
remove unneeded, loopy uncurry decision instance
parent
6ce40f46
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/decidable.v
View file @
cef729e8
...
...
@@ -180,8 +180,6 @@ Instance curry_dec `(P_dec : ∀ (x : A) (y : B), Decision (P x y)) p :
match
p
as
p
return
Decision
(
curry
P
p
)
with
|
(
x
,
y
)
=>
P_dec
x
y
end
.
Instance
uncurry_dec
`
(
P_dec
:
∀
(
p
:
A
*
B
),
Decision
(
P
p
))
x
y
:
Decision
(
uncurry
P
x
y
)
:
=
P_dec
(
x
,
y
).
Instance
sig_eq_dec
`
(
P
:
A
→
Prop
)
`
{
∀
x
,
ProofIrrel
(
P
x
)}
`
{
∀
x
y
:
A
,
Decision
(
x
=
y
)}
(
x
y
:
sig
P
)
:
Decision
(
x
=
y
).
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment