roc/crates/compiler/solve
Ayaz Hafiz b587bcf0c2
Implement obligation checking for the Eq ability
Every type can have `Eq.isEq` derived for it, as long as

- it does not transitively contain a function
- it does not transitively contain a floating point value
- it does not transitively contain an opaque type that does not support
  `Eq`
2022-10-12 16:37:49 -05:00
..
docs Add language to all fenced code blocks 2022-09-09 01:12:31 -06:00
src Implement obligation checking for the Eq ability 2022-10-12 16:37:49 -05:00
tests Add Eq to the standard library 2022-10-12 16:37:48 -05:00
Cargo.toml Bump insta from 1.19.0 to 1.20.0 2022-09-26 07:14:24 +00:00