about summary refs log tree commit diff
path: root/tests/lang/parse-fail-patterns-1.nix
AgeCommit message (Collapse)AuthorFilesLines
2008-08-14 * @-patterns as in Haskell. For instance, in a function definitionEelco Dolstra1-0/+1
f = args @ {x, y, z}: ...; `args' refers to the argument as a whole, which is further pattern-matched against the attribute set pattern {x, y, z}.