- 25 May, 2019 1 commit
-
-
Ralf Jung authored
-
- 21 May, 2019 1 commit
-
-
Ralf Jung authored
-
- 17 May, 2019 4 commits
-
-
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
-
-
Robbert 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
-
- 25 Apr, 2019 3 commits
-
-
-
Robbert Krebbers authored
-
- 24 Apr, 2019 3 commits
-
-
Robbert Krebbers authored
This closes issue #25.
-
Robbert Krebbers authored
-
- 19 Apr, 2019 2 commits
-
-
Dan Frumin authored
- 26 Mar, 2019 3 commits
-
-
Dan Frumin authored
-
Dan Frumin authored
- 16 Mar, 2019 3 commits
-
-
Robbert Krebbers authored
-
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
-
- 15 Mar, 2019 4 commits
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert Krebbers authored
Hopefully this fixes iris#232
-