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
92b3c168
Commit
92b3c168
authored
4 years ago
by
Yusuke Matsushita
Committed by
Jacques-Henri Jourdan
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
modify typeG and type_preG component names
parent
58bfc65c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theories/typing/soundness.v
+3
-3
3 additions, 3 deletions
theories/typing/soundness.v
theories/typing/type.v
+1
-1
1 addition, 1 deletion
theories/typing/type.v
with
4 additions
and
4 deletions
theories/typing/soundness.v
+
3
−
3
View file @
92b3c168
...
...
@@ -8,10 +8,10 @@ From lrust.typing Require Import typing.
Set
Default
Proof
Using
"Type"
.
Class
typePreG
Σ
:=
PreTypeG
{
type_
heap
G
:>
lrustPreG
Σ
;
type_lftG
:>
lftPreG
Σ
;
type_
preG_lrust
G
:>
lrustPreG
Σ
;
type_
preG_
lftG
:>
lftPreG
Σ
;
type_preG_na_invG
:>
na_invG
Σ
;
type_frac_bor
row
G
:>
frac_borG
Σ
type_
preG_
frac_borG
:>
frac_borG
Σ
}
.
Definition
typeΣ
:
gFunctors
:=
...
...
This diff is collapsed.
Click to expand it.
theories/typing/type.v
+
1
−
1
View file @
92b3c168
...
...
@@ -7,7 +7,7 @@ From lrust.typing Require Import lft_contexts.
Set
Default
Proof
Using
"Type"
.
Class
typeG
Σ
:=
TypeG
{
type_
heap
G
:>
lrustG
Σ
;
type_
lrust
G
:>
lrustG
Σ
;
type_lftG
:>
lftG
Σ
;
type_na_invG
:>
na_invG
Σ
;
type_frac_borrowG
:>
frac_borG
Σ
...
...
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