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
George Pirlea
Iris
Commits
238d31bf
Commit
238d31bf
authored
Jun 30, 2016
by
Robbert Krebbers
Browse files
Fix order of imports.
This fixes a bug in
916ff44a
causing proof mode notations not being pretty printed.
parent
485ef65e
Changes
2
Hide whitespace changes
Inline
Side-by-side
proofmode/tactics.v
View file @
238d31bf
From
iris
.
proofmode
Require
Import
coq_tactics
intro_patterns
spec_patterns
.
From
iris
.
algebra
Require
Export
upred
.
From
iris
.
proofmode
Require
Export
notation
classes
.
From
iris
.
proofmode
Require
Export
classes
notation
.
From
iris
.
prelude
Require
Import
stringmap
hlist
.
Declare
Reduction
env_cbv
:
=
cbv
[
...
...
tests/proofmode.v
View file @
238d31bf
From
iris
.
proofmode
Require
Import
tactics
notation
.
From
iris
.
proofmode
Require
Import
tactics
.
From
iris
.
proofmode
Require
Import
pviewshifts
invariants
.
Lemma
demo_0
{
M
:
ucmraT
}
(
P
Q
:
uPred
M
)
:
...
...
Write
Preview
Supports
Markdown
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