diff options
author | Marc Weber <marco-oweber@gmx.de> | 2007-08-18T22·12+0000 |
---|---|---|
committer | Marc Weber <marco-oweber@gmx.de> | 2007-08-18T22·12+0000 |
commit | 2629998e9167b2d7897a2f34a6f531affc4033db (patch) | |
tree | fae92f5a8f4f1a3e105a55b748bae4db6e6cb91b /tests/lang/eval-okay-listToAttrs.out | |
parent | dbc0170ed998484178780d9390ae0d4434bf93b0 (diff) |
primop functions listToAttrs (+test), __isAttrs, __trace added
new configuration style proposal in lib/default-unstable.nix
Diffstat (limited to 'tests/lang/eval-okay-listToAttrs.out')
-rw-r--r-- | tests/lang/eval-okay-listToAttrs.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lang/eval-okay-listToAttrs.out b/tests/lang/eval-okay-listToAttrs.out new file mode 100644 index 000000000000..4e779ff063f0 --- /dev/null +++ b/tests/lang/eval-okay-listToAttrs.out @@ -0,0 +1 @@ +List([Attrs([Bind("a",Str("A",[]),NoPos),Bind("b",Str("B",[]),NoPos)]),Attrs([Bind("a",Str("A",[]),NoPos),Bind("b",Str("B",[]),NoPos)])]) |