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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Simon Spies
lambda-rust
Commits
3e2ae1fc
Commit
3e2ae1fc
authored
8 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Bump Iris and fix stuff.
parent
41dd8385
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
opam.pins
+1
-1
1 addition, 1 deletion
opam.pins
theories/typing/bool.v
+1
-1
1 addition, 1 deletion
theories/typing/bool.v
theories/typing/int.v
+1
-1
1 addition, 1 deletion
theories/typing/int.v
with
3 additions
and
3 deletions
opam.pins
+
1
−
1
View file @
3e2ae1fc
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
ea64fd148b56e1c38c08c2954e76bfa2e75b4db9
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
7b36d0e4c312b99b081f05b6575071b56bf12a55
This diff is collapsed.
Click to expand it.
theories/typing/bool.v
+
1
−
1
View file @
3e2ae1fc
...
...
@@ -13,7 +13,7 @@ Section bool.
|
[
#
(
LitInt
(
0
|
1
))]
=>
True
|
_
=>
False
end
%
I
|}
.
Next
Obligation
.
intros
?
[|[[|
|[|[]|]]|]
[]];
auto
with
I
.
Qed
.
Next
Obligation
.
intros
?
[|[[|
|[|[]|]]|]
[]];
auto
.
Qed
.
Next
Obligation
.
intros
?
[|[[|
|[|[]|]]|]
[]];
apply
_
.
Qed
.
Global
Instance
bool_send
:
Send
bool
.
...
...
This diff is collapsed.
Click to expand it.
theories/typing/int.v
+
1
−
1
View file @
3e2ae1fc
...
...
@@ -12,7 +12,7 @@ Section int.
|
[
#
(
LitInt
z
)]
=>
True
|
_
=>
False
end
%
I
|}
.
Next
Obligation
.
intros
?
[|[[]|]
[]];
auto
with
I
.
Qed
.
Next
Obligation
.
intros
?
[|[[]|]
[]];
auto
.
Qed
.
Next
Obligation
.
intros
?
[|[[]|]
[]];
apply
_
.
Qed
.
Global
Instance
int_send
:
Send
int
.
...
...
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