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
Iris
stdpp
Commits
4b0631bb
Commit
4b0631bb
authored
Jan 30, 2017
by
Robbert Krebbers
Browse files
A bunch of missing Params instances.
parent
e54b7fe0
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base.v
View file @
4b0631bb
...
...
@@ -422,6 +422,8 @@ Notation "p .1" := (fst p) (at level 10, format "p .1").
Notation
"p .2"
:
=
(
snd
p
)
(
at
level
10
,
format
"p .2"
).
Instance
:
Params
(@
pair
)
2
.
Instance
:
Params
(@
fst
)
2
.
Instance
:
Params
(@
snd
)
2
.
Notation
curry
:
=
prod_curry
.
Notation
uncurry
:
=
prod_uncurry
.
...
...
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