- 02 Jun, 2019 1 commit
-
-
Ralf Jung authored
-
- 30 May, 2019 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 26 May, 2019 1 commit
-
-
Ralf Jung authored
-
- 25 May, 2019 1 commit
-
-
Ralf Jung authored
-
- 21 May, 2019 1 commit
-
-
Ralf Jung authored
-
- 17 May, 2019 4 commits
-
-
Robbert authored
Strings are inhabited See merge request iris/stdpp!70
-
Ralf Jung authored
Fix typo in instance name See merge request iris/stdpp!69
-
Paolo G. Giarrusso authored
-
Paolo G. Giarrusso authored
-
- 15 May, 2019 1 commit
-
-
Ralf Jung authored
-
- 12 May, 2019 1 commit
-
-
Ralf Jung authored
-
- 10 May, 2019 2 commits
-
-
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.
-
- 09 May, 2019 1 commit
-
-
Robbert Krebbers authored
`RelDecision` instance for `flip`, and make `flip` tc opaque to avoid loops due to eager unification.
-
- 08 May, 2019 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Otherwise type class search ocasionally unfolds them and finds wrong instances. Based on an issue reported by @jihgfee.
-
- 04 May, 2019 1 commit
-
-
Ralf Jung authored
-
- 03 May, 2019 1 commit
-
-
Robbert Krebbers authored
-
- 30 Apr, 2019 1 commit
-
-
Robbert Krebbers authored
-
- 26 Apr, 2019 6 commits
-
-
Paolo G. Giarrusso authored
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Robbert Krebbers authored
- 25 Apr, 2019 3 commits
-
-
-
Robbert authored
Binders library that's used in many Iris developments. See merge request iris/stdpp!67
-
Robbert Krebbers authored
-
- 24 Apr, 2019 3 commits
-
-
Robbert Krebbers authored
This closes issue #25.
-
Ralf Jung authored
Improve performance of `set_solver` Closes #29 and iris#232 See merge request iris/stdpp!66
-
Robbert Krebbers authored
-
- 19 Apr, 2019 2 commits
-
-
Robbert authored
gmultiset lemmas See merge request iris/stdpp!65
-
Dan Frumin authored
-
- 26 Mar, 2019 3 commits
-
-
Dan Frumin authored
-
Dan Frumin authored
- 16 Mar, 2019 3 commits
-
-
Robbert Krebbers authored
-
Robbert authored
More efficient list encoding for Countable See merge request iris/stdpp!62
-
Jakob Botsch Nielsen authored
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
-