snix/tvix/eval/src/value
Vincent Ambo 8c2bc683cd refactor(tvix/value): explicitly implement PartialEq for value
There are some notions of equality (due to e.g. different backing
variants for types, or Nix particularities) that don't work correctly
when deriving PartialEq.

Change-Id: Ide83ae67d051cc0b3ca89cefb283f17d0207acce
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6105
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
2022-08-13 20:24:12 +00:00
..
attrs.rs fix(tvix/value): KV struct needs to carry name as Value, too 2022-08-13 20:24:12 +00:00
list.rs feat(tvix/value): implement Display properly for lists 2022-08-13 18:28:36 +00:00
mod.rs refactor(tvix/value): explicitly implement PartialEq for value 2022-08-13 20:24:12 +00:00
string.rs feat(tvix/value): add some necessary helpers for strings 2022-08-13 11:50:37 +00:00