feat(tvix/eval): declare function-pointer-equality dealt with
Change-Id: If81ff414dba10a0448b905eec373730a68795376 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7376 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Autosubmit: Adam Joseph <adam@westernsemico.com>
This commit is contained in:
parent
6b986de92b
commit
b79822a105
1 changed files with 0 additions and 1 deletions
|
@ -351,7 +351,6 @@ impl Value {
|
|||
|
||||
// Everything else is either incomparable (e.g. internal
|
||||
// types) or false.
|
||||
// TODO(tazjin): mirror Lambda equality behaviour
|
||||
_ => Ok(false),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue