Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
stdpp
Commits
c5bdf622
Commit
c5bdf622
authored
Jun 10, 2015
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make function environments a parameter of assertions.
parent
d67bf19d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
theories/base.v
theories/base.v
+5
-0
No files found.
theories/base.v
View file @
c5bdf622
...
...
@@ -165,6 +165,11 @@ Instance: Params (@equivE) 4.
Notation
"X ≡{ Γ } Y"
:
=
(
equivE
Γ
X
Y
)
(
at
level
70
,
format
"X ≡{ Γ } Y"
)
:
C_scope
.
Notation
"(≡{ Γ } )"
:
=
(
equivE
Γ
)
(
only
parsing
,
Γ
at
level
1
)
:
C_scope
.
Notation
"X ≡{ Γ1 , Γ2 , .. , Γ3 } Y"
:
=
(
equivE
(
pair
..
(
Γ
1
,
Γ
2
)
..
Γ
3
)
X
Y
)
(
at
level
70
,
format
"'[' X ≡{ Γ1 , Γ2 , .. , Γ3 } '/' Y ']'"
)
:
C_scope
.
Notation
"(≡{ Γ1 , Γ2 , .. , Γ3 } )"
:
=
(
equivE
(
pair
..
(
Γ
1
,
Γ
2
)
..
Γ
3
))
(
only
parsing
,
Γ
1
at
level
1
)
:
C_scope
.
(** The type class [LeibnizEquiv] collects setoid equalities that coincide
with Leibniz equality. We provide the tactic [fold_leibniz] to transform such
...
...
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