1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 11:18:27 +02:00

* 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 @@
Function([Formal("x",UnrestrictedValues,NoDefaultValue),Formal("y",UnrestrictedValues,NoDefaultValue),Formal("z",UnrestrictedValues,NoDefaultValue)],OpPlus(OpPlus(Var("x"),Var("y")),Var("z")),Pos("(string)",1,2))
Function([Formal("x",UnrestrictedValues,NoDefaultValue),Formal("y",UnrestrictedValues,NoDefaultValue),Formal("z",UnrestrictedValues,NoDefaultValue)],OpPlus(OpPlus(Var("x"),Var("y")),Var("z")),NoPos)