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
d63de7cb
Commit
d63de7cb
authored
8 years ago
by
Jacques-Henri Jourdan
Browse files
Options
Downloads
Patches
Plain Diff
Alpha renaming.
parent
4b213366
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/typing/tests/init_prod.v
+2
-2
2 additions, 2 deletions
theories/typing/tests/init_prod.v
with
2 additions
and
2 deletions
theories/typing/tests/init_prod.v
+
2
−
2
View file @
d63de7cb
...
@@ -4,7 +4,7 @@ From lrust.typing Require Import programs product product_split own uniq_bor
...
@@ -4,7 +4,7 @@ From lrust.typing Require Import programs product product_split own uniq_bor
shr_bor
int
function
lft_contexts
uninit
cont
borrow
.
shr_bor
int
function
lft_contexts
uninit
cont
borrow
.
Set
Default
Proof
Using
"Type"
.
Set
Default
Proof
Using
"Type"
.
Section
rebor
.
Section
init_prod
.
Context
`{
typeG
Σ
}
.
Context
`{
typeG
Σ
}
.
Definition
init_prod
:
val
:=
Definition
init_prod
:
val
:=
...
@@ -29,4 +29,4 @@ Section rebor.
...
@@ -29,4 +29,4 @@ Section rebor.
eapply
type_delete
;
[
solve_typing
..|]
.
eapply
type_delete
;
[
solve_typing
..|]
.
eapply
(
type_jump
[_]);
solve_typing
.
eapply
(
type_jump
[_]);
solve_typing
.
Qed
.
Qed
.
End
rebor
.
End
init_prod
.
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