Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-14 | * Refactoring: combine functions that take an attribute set and | Eelco Dolstra | 1 | -1/+1 | |
functions that take a single argument (plain lambdas) into one AST node (Function) that contains a Pattern node describing the arguments. Current patterns are single lazy arguments (VarPat) and matching against an attribute set (AttrsPat). This refactoring allows other kinds of patterns to be added easily, such as Haskell-style @-patterns, or list pattern matching. | |||||
2008-08-11 | * Removed the "valid values" feature. Nobody uses it anyway. | Eelco Dolstra | 1 | -1/+1 | |
2007-01-13 | * Canonicalise ASTs in `nix-instantiate --eval': remove position | Eelco Dolstra | 1 | -1/+1 | |
info, sort attribute sets. | |||||
2006-07-24 | * Refactoring to support domain checks. | Eelco Dolstra | 1 | -1/+1 | |
2004-10-27 | * Remove ancient Fix tests. | Eelco Dolstra | 1 | -0/+1 | |
* Add automated Nix expression language tests. |