Skip to content
Snippets Groups Projects
  1. Jun 20, 2021
  2. Jun 19, 2021
  3. Jun 18, 2021
  4. Jun 17, 2021
  5. Jun 08, 2021
  6. Jun 07, 2021
  7. Jun 06, 2021
  8. Jun 02, 2021
  9. May 31, 2021
  10. May 27, 2021
    • Jacques-Henri Jourdan's avatar
      Change the tactic for resolving typeclass instances from canonical structures. · 011e9bbb
      Jacques-Henri Jourdan authored
      Example include Equiv, Dist, Op, Core, Valid, ValidN and Unit.
      
      The previous hints used eapply. The new hint now use refine. These two
      tactic use a different unification algorithm, which result in
      different behavior with respect to canonical structures.
      
      The refine tactic is followed by shelving all the remaining goals,
      which correspond actually to existential variables.
      
      In particular, in RustHornBelt, the version using apply is unable to
      find the canonical structure of heterogeneous lists.
      011e9bbb
  11. May 26, 2021
  12. May 25, 2021
  13. May 19, 2021
  14. May 12, 2021
  15. May 11, 2021
  16. Mar 27, 2021
  17. Mar 24, 2021
  18. Mar 23, 2021
  19. Mar 18, 2021
  20. Mar 17, 2021
  21. Mar 09, 2021
  22. Mar 06, 2021
  23. Mar 05, 2021
  24. Mar 04, 2021
  25. Mar 03, 2021
Loading