nix-gh/tests/lang/eval-okay-callable-attrs.nix

2 lines
79 B
Nix

({ __functor = self: x: self.foo && x; foo = false; } // { foo = true; }) true