This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7861260a5f
tvl-depot
/
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