- Aug 29, 2023
-
-
Ralf Jung authored
-
- Aug 28, 2023
-
-
Robbert Krebbers authored
- Remove unneeded imports - Remove double spaces and insert space before colons - Shorten long lines - Favor `(.. & .. & ..)` over nesting `[.. [.. ..]]` - Use `injection` intro patterns - Favor `%H` over `"%H"` - Use `first by eauto` instead of `first eauto` since the latter does not fail if `eauto` fails
-
Robbert Krebbers authored
- Add `Params` instance and `Proper` instances - Use `tc_opaque` to prevent `iFrame`/`iNext` from unfolding - Use `∗-∗` in `iff` lemma to remove `BiAffine`.
-
- Aug 11, 2023
-
-
Ralf Jung authored
-
- Aug 09, 2023
-
-