aboutsummaryrefslogtreecommitdiff
path: root/tests/lang/parse-fail-patterns-1.nix
AgeCommit message (Collapse)Author
2008-08-14* @-patterns as in Haskell. For instance, in a function definitionEelco Dolstra
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}.