- 09 Feb, 2016 1 commit
-
-
Ralf Jung authored
add basic notions of literals, unary operators and binary operators, and use them to define +, -, <=, ...
-
- 04 Feb, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 03 Feb, 2016 2 commits
- 02 Feb, 2016 11 commits
-
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
These are no longer needed, since fill is no longer a type class.
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Notable changes: * I am now using the same names for the fields of the language record and the instances in heap_lang. In order to deal with shadowing, I have put all definitions in heap_lang.v in a module. * Instead of defining evaluation contexts recursively, these are now defined using lists. This way we can easily reuse operations on lists. For example, composition of evaluation contexts is just appending lists. Also, it allowed me to simplify the rather complicated proof of step_by_val as induction on the shape of contexts no longer results in a blow-up of the number of cases. * Use better automation to prove all lemmas of heap_lang. * I have introduced tactics to invert steps and to do steps. These tactics greatly helped simplifying boring parts of lifting lemmas.
-
- 01 Feb, 2016 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This way we can more easily state lemmas for concrete languages for arbitrary global functors.
-
- 30 Jan, 2016 3 commits
- 29 Jan, 2016 1 commit
-
-
Ralf Jung authored
-
- 27 Jan, 2016 5 commits
- 26 Jan, 2016 3 commits
- 21 Jan, 2016 2 commits
- 20 Jan, 2016 1 commit
-
-
Robbert Krebbers authored
Since ssr ad273277 the Global Set Bullet Behavior in modures.base should do the job.
-
- 19 Jan, 2016 1 commit
-
-
Ralf Jung authored
-
- 17 Jan, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 16 Jan, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 13 Jan, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 12 Jan, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 09 Jan, 2016 2 commits
- 08 Jan, 2016 1 commit
-
-
Ralf Jung authored
-