* Canonicalise ASTs in `nix-instantiate --eval': remove position

info, sort attribute sets.
This commit is contained in:
Eelco Dolstra 2007-01-13 16:17:07 +00:00
parent 05879db628
commit f23dcdd603
7 changed files with 49 additions and 5 deletions

View file

@ -1 +1 @@
Rec([Bind("x",Var("y"),Pos("(string)",6,4)),Bind("y",Int(123),Pos("(string)",10,4)),Bind("foo",Str("multi\nline\n string\n test\r",[]),Pos("(string)",14,6)),Bind("z",Int(456),Pos("(string)",19,4))],[])
Rec([Bind("x",Var("y"),NoPos),Bind("y",Int(123),NoPos),Bind("foo",Str("multi\nline\n string\n test\r",[]),NoPos),Bind("z",Int(456),NoPos)],[])