This website requires JavaScript.
Explore
Help
Sign In
cafkafk
/
lix
Watch
1
Star
0
Fork
You've already forked lix
0
Code
Issues
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
daa16cca11
lix
/
tests
/
lang
/
parse-fail-patterns-1.nix
2 lines
24 B
Nix
Raw
Normal View
History
Unescape
Escape
* @-patterns as in Haskell. For instance, in a function definition 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}.
2008-08-14 14:53:29 +02:00
args
@
{
args
,
x
,
y
,
z
}:
x
Reference in a new issue
Copy permalink