Skip to content
Snippets Groups Projects
  1. Jan 05, 2017
  2. Jan 03, 2017
  3. Dec 09, 2016
  4. Nov 10, 2016
  5. Sep 27, 2016
  6. Sep 20, 2016
  7. Jun 01, 2016
    • Robbert Krebbers's avatar
      Make iFresh faster on environments containing evars. · 09b1563c
      Robbert Krebbers authored
      Generating a fresh name consists of two stages:
      + Use [cbv] to compute a list representing the domain of the environment. This
        is a very simply computation that just erases the hypotheses.
      + Use [vm_compute] to compute a fresh name based on the list representing the
        domain. The domain itself should never contain evars, so [vm_compute] will
        do the job.
      09b1563c
  8. May 07, 2016
  9. Apr 12, 2016
  10. Apr 11, 2016
Loading