Skip to content
Snippets Groups Projects
  1. Feb 12, 2016
  2. Feb 09, 2016
    • Robbert Krebbers's avatar
      Use a named representation of binding in heap_lang. · eba4ac6e
      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.
      eba4ac6e
  3. Feb 03, 2016
  4. Jan 31, 2016
  5. Jan 25, 2016
  6. Jan 21, 2016
  7. Jan 04, 2016
  8. Nov 16, 2015
Loading