1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/testpkgs/fun/fun1.fix

9 lines
123 B
Plaintext
Raw Normal View History

2003-08-14 08:37:50 -04:00
Call(
Function(["x"],
Call(
Function(["x"], Var("x")),
[ ("x", Var("x")) ]
)
),
[ ("x", True) ]
)