gonix
/
tests
/
functional2
/
lang
/
__functor
/
in.nix
1
2
3
4
5
6
7
(
{
__functor
=
self
:
x
:
self
.
foo
&&
x
;
foo
=
false
;
}
//
{
foo
=
true
;
}
)
true