Skip to content

Commit 11f9ab4

Browse files
Clarify the lambda description (#1103)
Co-authored-by: Valentin Gagarin <[email protected]>
1 parent e779898 commit 11f9ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/nix-language.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ Each of them is explained in the following, and here is an overview:
11111111
{ a, b, ... }@args: a + b + args.c
11121112
```
11131113

1114-
Functions have no names.
1114+
Functions in the Nix language have no names.
11151115
We say they are anonymous, and call such a function a *lambda*.[^lambda]
11161116

11171117
[^lambda]: The term *lambda* is a shorthand for [lambda abstraction](https://en.wikipedia.org/wiki/Lambda_calculus#lambdaAbstr) in the [lambda calculus](https://en.wikipedia.org/wiki/Lambda_calculus).

0 commit comments

Comments
 (0)