Nix (language): Difference between revisions

imported>Rovanion
More language paralells.
imported>Rovanion
m Clearified function structure
Line 79: Line 79:
> "world"</syntaxHighlight>
> "world"</syntaxHighlight>
|-
|-
| Functions || See below. || <code>pattern: body</code>
| Functions || See below. || <code>argument: function-body</code>
|}
|}
A detailed description of all types can be found in [https://nixos.org/nix/manual/#ssec-values The Nix manual]
A detailed description of all types can be found in [https://nixos.org/nix/manual/#ssec-values The Nix manual]