noogle/pesto/test_data/atom/partially_applied_2_lambda.nix
2023-11-28 17:28:51 +01:00

5 lines
46 B
Nix

let
/**Docs*/
foo = x: y: z: b: x;
in foo