Skip to content
Snippets Groups Projects
  1. Mar 05, 2019
  2. Jan 24, 2019
  3. Dec 07, 2018
  4. Oct 24, 2018
  5. Mar 19, 2018
  6. Nov 20, 2017
  7. Nov 14, 2017
  8. Nov 13, 2017
  9. Oct 30, 2017
  10. Oct 28, 2017
  11. Oct 25, 2017
  12. Sep 27, 2017
    • Robbert Krebbers's avatar
      Fix issue #99. · 7ed067a9
      Robbert Krebbers authored
      This causes a bit of backwards incompatibility: it may now succeed with
      later stripping below unlocked/TC transparent definitions. This problem
      actually occured for `wsat`.
      7ed067a9
  13. Sep 17, 2017
  14. Mar 24, 2017
  15. Mar 14, 2017
    • Robbert Krebbers's avatar
      Extend specialization patterns. · 87a8a19c
      Robbert Krebbers authored
      - Support for a `//` modifier to close the goal using `done`.
      - Support for framing in the `[#]` specialization pattern for
        persistent premises, i.e. `[# $H1 $H2]`
      - Add new "auto framing patterns" `[$]`, `[# $]` and `>[$]` that
        will try to solve the premise by framing. Hypothesis that are
        not framed are carried over to the next goal.
      87a8a19c
  16. Feb 06, 2017
  17. Jan 05, 2017
  18. Jan 04, 2017
  19. Jan 03, 2017
  20. Dec 09, 2016
  21. Dec 05, 2016
    • Robbert Krebbers's avatar
      New definition of contractive. · 176a588c
      Robbert Krebbers authored
      Using this new definition we can express being contractive using a
      Proper. This has the following advantages:
      
      - It makes it easier to state that a function with multiple arguments
        is contractive (in all or some arguments).
      - A solve_contractive tactic can be implemented by extending the
        solve_proper tactic.
      176a588c
  22. Nov 24, 2016
  23. Nov 22, 2016
  24. Nov 17, 2016
  25. Nov 15, 2016
  26. Nov 03, 2016
    • Robbert Krebbers's avatar
      Use symbol ∗ for separating conjunction. · cc31476d
      Robbert Krebbers authored
      The old choice for ★ was a arbitrary: the precedence of the ASCII asterisk *
      was fixed at a wrong level in Coq, so we had to pick another symbol. The ★ was
      a random choice from a unicode chart.
      
      The new symbol ∗ (as proposed by David Swasey) corresponds better to
      conventional practise and matches the symbol we use on paper.
      cc31476d
  27. Oct 28, 2016
  28. Oct 25, 2016
  29. Oct 12, 2016
  30. Oct 06, 2016
  31. Oct 05, 2016
  32. Sep 20, 2016
Loading