Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Actris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Iris
Actris
Merge requests
!11
Adding kinded polymorphism in types
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adding kinded polymorphism in types
jonas/kinded_polymorphism
into
master
Overview
1
Commits
1
Pipelines
0
Changes
8
1 unresolved thread
Hide all comments
Merged
Jonas Kastberg
requested to merge
jonas/kinded_polymorphism
into
master
4 years ago
Overview
1
Commits
1
Pipelines
0
Changes
8
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8b20b70e
1 commit,
4 years ago
8 files
+
205
−
169
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
theories/logrel/examples/double.v
+
1
−
1
Options
@@ -98,7 +98,7 @@ Section double.
iSplitL
;
last
by
iApply
env_ltyped_empty
.
iIntros
(
c
)
"Hc"
.
iApply
(
wp_prog
with
"[Hc]"
)
.
{
iApply
(
iProto_mapsto_le
_
(
<
??
>
lty_int
;
<
??
>
lty_int
;
END
)
%
lsty
with
"Hc"
)
.
{
iApply
(
iProto_mapsto_le
_
(
<
??
>
lty_int
;
<
??
>
lty_int
;
END
)
%
kind
with
"Hc"
)
.
iApply
iProto_le_recv
.
iIntros
"!> !> !>"
(?
[
x
->
])
.
iExists
_
.
do
2
(
iSplit
;
[
done
|])
.
Loading