Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
William Mansky
Iris
Commits
238d31bf
Commit
238d31bf
authored
8 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Fix order of imports.
This fixes a bug in
916ff44a
causing proof mode notations not being pretty printed.
parent
485ef65e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
proofmode/tactics.v
+1
-1
1 addition, 1 deletion
proofmode/tactics.v
tests/proofmode.v
+1
-1
1 addition, 1 deletion
tests/proofmode.v
with
2 additions
and
2 deletions
proofmode/tactics.v
+
1
−
1
View file @
238d31bf
From
iris
.
proofmode
Require
Import
coq_tactics
intro_patterns
spec_patterns
.
From
iris
.
proofmode
Require
Import
coq_tactics
intro_patterns
spec_patterns
.
From
iris
.
algebra
Require
Export
upred
.
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
.
From
iris
.
prelude
Require
Import
stringmap
hlist
.
Declare
Reduction
env_cbv
:=
cbv
[
Declare
Reduction
env_cbv
:=
cbv
[
...
...
This diff is collapsed.
Click to expand it.
tests/proofmode.v
+
1
−
1
View file @
238d31bf
From
iris
.
proofmode
Require
Import
tactics
notation
.
From
iris
.
proofmode
Require
Import
tactics
.
From
iris
.
proofmode
Require
Import
pviewshifts
invariants
.
From
iris
.
proofmode
Require
Import
pviewshifts
invariants
.
Lemma
demo_0
{
M
:
ucmraT
}
(
P
Q
:
uPred
M
)
:
Lemma
demo_0
{
M
:
ucmraT
}
(
P
Q
:
uPred
M
)
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment