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
Iris
Commits
7c8f9427
Commit
7c8f9427
authored
Feb 16, 2016
by
Robbert Krebbers
Browse files
Fix pretty printing of big op notations.
parent
4d94262b
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/upred_big_op.v
View file @
7c8f9427
...
...
@@ -18,12 +18,12 @@ Definition uPred_big_sepM {M} `{FinMapToList K A MA}
(
m
:
MA
)
(
P
:
K
→
A
→
uPred
M
)
:
uPred
M
:
=
uPred_big_sep
(
curry
P
<$>
map_to_list
m
).
Notation
"'Π★{map' m } P"
:
=
(
uPred_big_sepM
m
P
)
(
at
level
20
,
m
at
level
10
,
format
"Π★{map m } P"
)
:
uPred_scope
.
(
at
level
20
,
m
at
level
10
,
format
"Π★{map
m } P"
)
:
uPred_scope
.
Definition
uPred_big_sepS
{
M
}
`
{
Elements
A
C
}
(
X
:
C
)
(
P
:
A
→
uPred
M
)
:
uPred
M
:
=
uPred_big_sep
(
P
<$>
elements
X
).
Notation
"'Π★{set' X } P"
:
=
(
uPred_big_sepS
X
P
)
(
at
level
20
,
X
at
level
10
,
format
"Π★{set X } P"
)
:
uPred_scope
.
(
at
level
20
,
X
at
level
10
,
format
"Π★{set
X } P"
)
:
uPred_scope
.
(** * Always stability for lists *)
Class
AlwaysStableL
{
M
}
(
Ps
:
list
(
uPred
M
))
:
=
...
...
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