- Jan 18, 2018
-
-
Jacques-Henri Jourdan authored
The types of propositions for monPred lemma need to be [monPred I PROP] and not [bi_car (monPredI I PROP)], otherwise iIntoValid fails in a very weird way. Seems to be related to a Coq bug.
-
Jacques-Henri Jourdan authored
BiIndexBottom class for bottom element in a bi index. monPred_all is a monoid morphism, and related big op lemmas.
-
Jacques-Henri Jourdan authored
Reorganize bi.monpred. Add unfolding manual lemmas for monPred_at, and use them in proofmode.monpred. Add big op lemmas for monpred_at.
-
Jacques-Henri Jourdan authored
Type classes for updates properties See merge request FP/iris-coq!106
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
- Jan 16, 2018
-
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
Special proof mode class for adding a modality to a goal See merge request FP/iris-coq!107
-
Robbert Krebbers authored
This used to be done by using `ElimModal` in backwards direction. Having a separate type class for this gets rid of some hacks: - Both `Hint Mode`s in forward and backwards direction for `ElimModal`. - Weird type class precedence hacks to make sure the right instance is picked. These were needed because using `ElimModal` in backwards direction caused ambiguity.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
- Jan 13, 2018
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Jan 12, 2018
-
-
Robbert Krebbers authored
-
Jacques-Henri Jourdan authored
Use [notypeclasses refine] instead of eapply in iLöb and iNext, to workaround the confusion of apply wrt canonical structures.
-
- Jan 11, 2018
-
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
- Jan 10, 2018
-
-
Jacques-Henri Jourdan authored
-
- Jan 07, 2018
-
-
Robbert Krebbers authored
-
- Jan 03, 2018
-
-
Robbert Krebbers authored
-
- Dec 31, 2017
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Dec 30, 2017
-
-
Robbert Krebbers authored
This was an oversight in !63.
-
- Dec 29, 2017
-
-
Jacques-Henri Jourdan authored
Construct BI on monotone function spaces. See merge request FP/iris-coq!92
-
Jacques-Henri Jourdan authored
Proof mode support for monotonous predicates. See merge request FP/iris-coq!100
-
- Dec 23, 2017
-
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
Trying to improve IntoWand for monPred_car: whenever it's possible, we try to change the view automatically.
-
- Dec 22, 2017
-
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-