This website requires JavaScript.
Explore
Help
Sign in
TakeV
/
guix
Watch
1
Star
0
Fork
You've already forked guix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
00a724ebc6
guix
/
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 12:53:29 +00:00
args
@
{
args
,
x
,
y
,
z
}:
x
Reference in a new issue
Copy permalink