- May 12, 2019
-
-
Ralf Jung authored
-
- May 10, 2019
-
-
Robbert Krebbers authored
Now we follow Coq's stdlib and declare this instance using a `Hint Extern`; this avoids making `flip` type class opaque.
-
Robbert Krebbers authored
Revert "`RelDecision` instance for `flip`, and make `flip` tc opaque to avoid loops due to eager unification." This reverts commit b81aa3aa.
-
- May 09, 2019
-
-
Robbert Krebbers authored
`RelDecision` instance for `flip`, and make `flip` tc opaque to avoid loops due to eager unification.
-
- May 08, 2019
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Otherwise type class search ocasionally unfolds them and finds wrong instances. Based on an issue reported by @jihgfee.
-
- May 04, 2019
-
-
Ralf Jung authored
-
- May 03, 2019
-
-
Robbert Krebbers authored
-
- Apr 30, 2019
-
-
Robbert Krebbers authored
-
- Apr 26, 2019
-
-
Robbert Krebbers authored
Fix typo in doc See merge request iris/stdpp!68
-
Paolo G. Giarrusso authored
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Robbert Krebbers authored
-
- Apr 25, 2019
-
-
-
Robbert Krebbers authored
Binders library that's used in many Iris developments. See merge request iris/stdpp!67
-
Robbert Krebbers authored
-
- Apr 24, 2019
-
-
Robbert Krebbers authored
This closes issue #25.
-
Robbert Krebbers authored
-
- Apr 19, 2019
-
-
Robbert Krebbers authored
gmultiset lemmas See merge request !65
-
-
- Mar 26, 2019
-
-
Robbert Krebbers authored
Add `map_delete_zip_with` See merge request !64
-
Dan Frumin authored
-
Dan Frumin authored
-
- Mar 16, 2019
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
More efficient list encoding for Countable See merge request !62
-
This changes the encoding used for finite lists of values of countable types to be linear instead of exponential. The encoding works by duplicating bits of each element so that 0 -> 00 and 1 -> 11, and then separating each element with 10. The top 1-bits are not kept since we know a 10 is starting a new element which ends with a 1. Fix #28
-
- Mar 15, 2019
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert Krebbers authored
Hopefully this fixes iris#232
-
Robbert Krebbers authored
-
- Mar 14, 2019
-
-
Ralf Jung authored
-
Robbert Krebbers authored
move the (very brief) contribution guide to the README See merge request iris/stdpp!60
-
Ralf Jung authored
-
Robbert Krebbers authored
Make `gset` a `Definition` instead of `Notation`. See merge request !59
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-