Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
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
Model registry
Operate
Environments
Monitor
Service Desk
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
Iris
lambda-rust
Commits
ebddbb7f
Commit
ebddbb7f
authored
8 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Bump Iris.
parent
360cb44f
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
opam.pins
+1
-1
1 addition, 1 deletion
opam.pins
theories/typing/function.v
+1
-1
1 addition, 1 deletion
theories/typing/function.v
with
2 additions
and
2 deletions
opam.pins
+
1
−
1
View file @
ebddbb7f
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
7127e55309477c4a1db2cd43d58f65efa34311
71
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
646bfc85e7ea6313e62feecf4ebcbcd76a186e
71
This diff is collapsed.
Click to expand it.
theories/typing/function.v
+
1
−
1
View file @
ebddbb7f
...
...
@@ -274,7 +274,7 @@ Section typing.
{
iApply
(
bor_fracture
with
"LFT"
);
first
done
.
by
rewrite
Qp_mult_1_r
.
}
iApply
(
"Hf"
with
"LFT [] Htl [Htk] [Hk HκsI HL]"
)
.
+
iApply
"HE'"
.
iIntros
"{$# Hf Hinh HE' LFT HE %}"
.
iInduction
κs
as
[|
κ
κs
]
"IH"
forall
"Hκs"
=>
//=.
iSplitL
.
iInduction
κs
as
[|
κ
κs
]
"IH"
=>
//=.
iSplitL
.
{
iApply
lft_incl_trans
;
first
done
.
iApply
lft_intersect_incl_l
.
}
iApply
"IH"
.
iAlways
.
iApply
lft_incl_trans
;
first
done
.
iApply
lft_intersect_incl_r
.
+
iSplitL
;
last
done
.
iExists
ϝ
.
iSplit
;
first
by
rewrite
/=
left_id
.
...
...
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