nix-gh/testpkgs/fun/fun1.fix

9 lines
123 B
Plaintext
Raw Normal View History

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