Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
116
Issues
116
List
Boards
Labels
Service Desk
Milestones
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iris
Commits
8a675a00
Commit
8a675a00
authored
Aug 23, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old tests about heap_lang reductions.
parent
aeff566c
Pipeline
#2629
passed with stage
in 8 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
tests/heap_lang.v
tests/heap_lang.v
+0
-13
No files found.
tests/heap_lang.v
View file @
8a675a00
...
...
@@ -5,19 +5,6 @@ From iris.heap_lang Require Import adequacy.
From
iris
.
program_logic
Require
Import
ownership
.
From
iris
.
heap_lang
Require
Import
proofmode
notation
.
(* FIXME or remove
Section LangTests.
Definition add : expr := #21 + #21.
Goal ∀ σ, head_step add σ (#42) σ [].
Proof. intros; do_head_step done. Qed.
Definition rec_app : expr := (rec: "f" "x" := "f" "x") #0.
Goal ∀ σ, head_step rec_app σ rec_app σ [].
Proof. intros. rewrite /rec_app. do_head_step done. Qed.
Definition lam : expr := λ: "x", "x" + #21.
Goal ∀ σ, head_step (lam #21)%E σ add σ [].
Proof. intros. rewrite /lam. do_head_step done. Qed.
End LangTests. *)
Section
LiftingTests
.
Context
`
{
heapG
Σ
}.
Implicit
Types
P
Q
:
iProp
Σ
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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