Skip to content
GitLab
Menu
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
466f1be9324c5dd478e47af69c03b86804463ce3
Switch branch/tag
iris
channel
heap_lang.v
12 Jan, 2016
1 commit
Set Obligation Tactic := idtac globally.
· 466f1be9
Robbert Krebbers
authored
Jan 12, 2016
466f1be9
09 Jan, 2016
2 commits
further optimize step_by_value: Determine when we need to deal with dependant equality
· bc776c70
Ralf Jung
authored
Jan 09, 2016
bc776c70
optimize the step_by_value proof: Determine which case we are in, and call the appropriate tactic
· dcd28632
Ralf Jung
authored
Jan 09, 2016
dcd28632
08 Jan, 2016
1 commit
annotate where we have binders
· 5f8cdc5f
Ralf Jung
authored
Jan 08, 2016
5f8cdc5f
06 Jan, 2016
4 commits
rename: Ref -> Alloc
· de973b37
Ralf Jung
authored
Jan 06, 2016
de973b37
add Store and Cas to our language
· b7bea61e
Ralf Jung
authored
Jan 06, 2016
b7bea61e
implement heap allocation and loading
· ea190f98
Ralf Jung
authored
Jan 06, 2016
ea190f98
turn lambda into recursive lambdas
· 39213728
Ralf Jung
authored
Jan 06, 2016
39213728
05 Jan, 2016
7 commits
make proof of fill_not_value fully automatic
· 8c382d56
Ralf Jung
authored
Jan 05, 2016
8c382d56
add fork
· 2dda1557
Ralf Jung
authored
Jan 05, 2016
2dda1557
show that evaluation contexts are 'contexts' in the sense required by bind
· 8968f2c1
Ralf Jung
authored
Jan 05, 2016
8968f2c1
show that the langauge we have so far, is an instance (with no atomic expressions...)
· 65e7a75e
Ralf Jung
authored
Jan 05, 2016
65e7a75e
make it possible to embed general Coq operations; test that this works
· 0e6d307c
Ralf Jung
authored
Jan 05, 2016
0e6d307c
find_redex: complicated and not useful
· 8d840a4b
Ralf Jung
authored
Jan 05, 2016
8d840a4b
prove step_by_value :)
· 10d149b2
Ralf Jung
authored
Jan 05, 2016
10d149b2
04 Jan, 2016
5 commits
import ssreflect and make a little use of it
· e9fec17a
Ralf Jung
authored
Jan 04, 2016
e9fec17a
define a function to find the redex, and prove it correct
· 77c885d8
Ralf Jung
authored
Jan 04, 2016
77c885d8
prove that values are stuck
· 6099138c
Ralf Jung
authored
Jan 04, 2016
6099138c
define a function from expressions to values; use it to define the stepping relation
· 3a4e0b14
Ralf Jung
authored
Jan 04, 2016
3a4e0b14
start work on the heap language
· 8af06c17
Ralf Jung
authored
Jan 04, 2016
8af06c17