roc/crates/compiler/solve_problem
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
..
src Implement obligation checking for the Eq ability 2022-10-12 16:37:49 -05:00
Cargo.toml changed Cargo versions from 0.1.0 to 0.0.1 2022-08-03 11:41:19 +02:00