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
FP
Stacked Borrows Coq
Commits
9d5429c4
Commit
9d5429c4
authored
Jul 05, 2019
by
Hai Dang
Browse files
renaming
parent
65419b4f
Changes
9
Hide whitespace changes
Inline
Side-by-side
_CoqProject
View file @
9d5429c4
...
...
@@ -26,7 +26,9 @@ theories/sim/program.v
theories/sim/sflib.v
theories/sim/instance.v
theories/sim/body.v
theories/sim/one_step.v
theories/sim/refl_step.v
theories/sim/left_step.v
theories/sim/right_step.v
theories/opt/ex1.v
theories/opt/ex1_2.v
theories/opt/ex2.v
...
...
theories/opt/ex1.v
View file @
9d5429c4
From
stbor
.
sim
Require
Import
local
invariant
one
_step
.
From
stbor
.
sim
Require
Import
local
invariant
refl
_step
.
Set
Default
Proof
Using
"Type"
.
...
...
theories/opt/ex1_2.v
View file @
9d5429c4
From
stbor
.
sim
Require
Import
local
invariant
one
_step
.
From
stbor
.
sim
Require
Import
local
invariant
refl
_step
.
Set
Default
Proof
Using
"Type"
.
...
...
theories/opt/ex2.v
View file @
9d5429c4
From
stbor
.
sim
Require
Import
local
invariant
one
_step
.
From
stbor
.
sim
Require
Import
local
invariant
refl
_step
.
Set
Default
Proof
Using
"Type"
.
...
...
theories/opt/ex2_2.v
View file @
9d5429c4
From
stbor
.
sim
Require
Import
local
invariant
one
_step
.
From
stbor
.
sim
Require
Import
local
invariant
refl
_step
.
Set
Default
Proof
Using
"Type"
.
...
...
theories/sim/left_step.v
0 → 100644
View file @
9d5429c4
theories/sim/program.v
View file @
9d5429c4
From
stbor
.
lang
Require
Import
steps_wf
steps_inversion
.
From
stbor
.
sim
Require
Import
sflib
behavior
global
local
invariant
global_adequacy
local_adequacy
one_step
.
From
stbor
.
sim
Require
Import
sflib
behavior
global
local
invariant
.
From
stbor
.
sim
Require
Import
global_adequacy
local_adequacy
refl_step
.
Set
Default
Proof
Using
"Type"
.
...
...
theories/sim/
one
_step.v
→
theories/sim/
refl
_step.v
View file @
9d5429c4
File moved
theories/sim/right_step.v
0 → 100644
View file @
9d5429c4
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