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
46efc427
Commit
46efc427
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
update Iris
parent
af8b10ef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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/type.v
+1
-1
1 addition, 1 deletion
theories/typing/type.v
with
2 additions
and
2 deletions
opam.pins
+
1
−
1
View file @
46efc427
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
398bae9d092b6568cf8d504ca98d8810979eea33
coq-iris https://gitlab.mpi-sws.org/FP/iris-coq
2e2c5c25aea886acc7d0925d435fe856ffa6ac14
This diff is collapsed.
Click to expand it.
theories/typing/type.v
+
1
−
1
View file @
46efc427
...
@@ -376,7 +376,7 @@ End type_contractive.
...
@@ -376,7 +376,7 @@ End type_contractive.
(* Tactic automation. *)
(* Tactic automation. *)
Ltac
f_type_equiv
:=
Ltac
f_type_equiv
:=
first
[
((
eapply
ty_size_type_dist
||
eapply
ty_shr_type_dist
||
eapply
ty_own_type_dist
);
try
reflexivity
)
|
first
[
((
eapply
ty_size_type_dist
||
eapply
ty_shr_type_dist
||
eapply
ty_own_type_dist
);
try
reflexivity
)
|
match
goal
with
|
|
-
@
dist_later
?A
?n
?x
?y
=>
match
goal
with
|
|
-
@
dist_later
?A
_
?n
?x
?y
=>
destruct
n
as
[|
n
];
[
exact
I
|
change
(
@
dist
A
_
n
x
y
)]
destruct
n
as
[|
n
];
[
exact
I
|
change
(
@
dist
A
_
n
x
y
)]
end
]
.
end
]
.
Ltac
solve_type_proper
:=
Ltac
solve_type_proper
:=
...
...
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