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
53f5053a
There was a problem fetching the pipeline summary.
Commit
53f5053a
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.mpi-sws.org/FP/LambdaRust-coq
parents
5c3800b4
573fcb77
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
theories/typing/lft_contexts.v
+3
-2
3 additions, 2 deletions
theories/typing/lft_contexts.v
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
0
View file @
53f5053a
...
...
@@ -22,6 +22,7 @@ lrust-coq8.6:
-
master
-
ci
-
/^ralf/ci//
-
jh/undiscriminated_hintdb
artifacts
:
paths
:
-
build-time.txt
...
...
This diff is collapsed.
Click to expand it.
theories/typing/lft_contexts.v
+
3
−
2
View file @
53f5053a
...
...
@@ -454,6 +454,9 @@ End elctx_incl.
Arguments
elctx_incl
{_
_
_}
_
%
EL
_
%
LL
_
%
EL
_
%
EL
.
Create
HintDb
lrust_typing
.
Create
HintDb
lrust_typing_merge
.
(* We first try to solve everything without the merging rules, and
then start from scratch with them.
...
...
@@ -463,8 +466,6 @@ Arguments elctx_incl {_ _ _} _%EL _%LL _%EL _%EL.
Ltac
solve_typing
:=
(
typeclasses
eauto
with
lrust_typing
typeclass_instances
core
;
fail
)
||
(
typeclasses
eauto
with
lrust_typing
lrust_typing_merge
typeclass_instances
core
;
fail
)
.
Create
HintDb
lrust_typing
discriminated
.
Create
HintDb
lrust_typing_merge
discriminated
.
Hint
Constructors
Forall
Forall2
elem_of_list
:
lrust_typing
.
Hint
Resolve
of_val_unlock
:
lrust_typing
.
...
...
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