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
a2d662ae
Commit
a2d662ae
authored
3 years ago
by
Jacques-Henri Jourdan
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Make more uniform Arguments for type fields."
This reverts commit
a9f50489
.
parent
850a722b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/typing/type.v
+1
-3
1 addition, 3 deletions
theories/typing/type.v
with
1 addition
and
3 deletions
theories/typing/type.v
+
1
−
3
View file @
a2d662ae
...
...
@@ -50,9 +50,7 @@ Instance: Params (@ty_size) 2 := {}.
Instance
:
Params
(
@
ty_own
)
2
:=
{}
.
Instance
:
Params
(
@
ty_shr
)
2
:=
{}
.
Arguments
ty_size
{_
_}
_
/
:
simpl
nomatch
.
Arguments
ty_own
{_
_}
_
_
_
/
:
simpl
nomatch
.
Arguments
ty_shr
{_
_}
_
_
_
_
/
:
simpl
nomatch
.
Arguments
ty_own
{_
_}
!
_
_
_
/
:
simpl
nomatch
.
Class
TyWf
`{
!
typeG
Σ
}
(
ty
:
type
)
:=
{
ty_lfts
:
list
lft
;
ty_wf_E
:
elctx
}
.
Arguments
ty_lfts
{_
_}
_
{_}
.
...
...
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