Skip to content
Snippets Groups Projects
  1. Mar 24, 2017
  2. Mar 23, 2017
  3. Mar 21, 2017
  4. Mar 20, 2017
  5. Mar 16, 2017
  6. Mar 15, 2017
  7. Mar 14, 2017
  8. Mar 11, 2017
  9. Mar 09, 2017
  10. Feb 24, 2017
  11. Feb 22, 2017
    • Robbert Krebbers's avatar
      Change Hint Mode for FromAssumption. · 2cbcc992
      Robbert Krebbers authored
      There is no need to restrict the type class using Hint Mode, we have
      a default instance that will always be used first. In case of evars,
      the default instance should apply.
      
      The reason for this change is that `iAssumption` should be able to
      prove `H : ?e |- P` and `H : P |- ?e`. The former Hint Mode prevented
      it from doing that.
      2cbcc992
    • Robbert Krebbers's avatar
      Fix error message of iApply. · b81b27d3
      Robbert Krebbers authored
      b81b27d3
  12. Feb 21, 2017
  13. Feb 18, 2017
  14. Feb 15, 2017
  15. Feb 13, 2017
  16. Feb 12, 2017
    • Robbert Krebbers's avatar
      Make iSpecialize work with coercions. · f1b30a2e
      Robbert Krebbers authored
      For example, when having `"H" : ∀ x : Z, P x`, using
      `iSpecialize ("H" $! (0:nat))` now works. We do this by first
      resolving the `IntoForall` type class, and then instantiating
      the quantifier.
      f1b30a2e
  17. Feb 11, 2017
Loading