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
46efc427
There was a problem fetching the pipeline summary.
Commit
46efc427
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
update Iris
parent
af8b10ef
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
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.
(* Tactic automation. *)
Ltac
f_type_equiv
:=
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
)]
end
]
.
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