Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-14 | * @-patterns as in Haskell. For instance, in a function definition | Eelco Dolstra | 1 | -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}. |