- 12 Feb, 2016 1 commit
-
-
Ralf Jung authored
thanks to Christian Doczkal <doczkal@ps.uni-saarland.de> for the Makefile snippet!
-
- 09 Feb, 2016 1 commit
-
-
Robbert Krebbers authored
We can use a named representation because we only substitute closed values. This idea is borrowed from Pierce's Software Foundations. The named representation has the following advantages: * Programs are much better readable than those using De Bruijn indexes. * Substitutions on closed terms (where all variables are explicit strings) can be performed by a mere simpl instead of Autosubst's asimpl. The performance of simpl seems better than asimpl. * Syntactic sugar refolds better.
-
- 03 Feb, 2016 2 commits
-
-
Robbert Krebbers authored
- 31 Jan, 2016 1 commit
-
-
Robbert Krebbers authored
-
- 25 Jan, 2016 2 commits
- 21 Jan, 2016 1 commit
-
-
Ralf Jung authored
-
- 04 Jan, 2016 1 commit
-
-
Ralf Jung authored
-
- 16 Nov, 2015 1 commit
-
-
Robbert Krebbers authored
-