Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rodolphe Lepigre
Iris
Commits
c01717fb
Commit
c01717fb
authored
Sep 21, 2017
by
Robbert Krebbers
Browse files
Prove `LanguageCtx Λ id`.
parent
10830bed
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/program_logic/language.v
View file @
c01717fb
...
...
@@ -40,6 +40,9 @@ Class LanguageCtx (Λ : language) (K : expr Λ → expr Λ) := {
∃
e2'
,
e2
=
K
e2'
∧
prim_step
e1'
σ
1 e2
'
σ
2
efs
}.
Instance
language_ctx_id
Λ
:
LanguageCtx
Λ
id
.
Proof
.
constructor
;
naive_solver
.
Qed
.
Section
language
.
Context
{
Λ
:
language
}.
Implicit
Types
v
:
val
Λ
.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment