# Pastebin ji61m6eJ nix-repl> plus = a: b: a + b nix-repl> plus2 = plus 2 nix-repl> plus2 3 5 nix-repl> plus 2 3 5