This website requires JavaScript.
Explore
Help
Sign In
puck
/
lix
Watch
0
Star
0
Fork
You've already forked lix
0
forked from
lix-project/lix
Code
Pull requests
Activity
bf19eebb9b
lix
/
tests
/
functional
/
lang
/
parse-okay-inherits.exp
2 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
use the same bindings print for ExprAttrs and ExprLet this also has the effect of sorting let bindings lexicographically rather than by symbol creation order as was previously done, giving a better canonicalization in the process. (cherry picked from commit 6c08fba533ef31cad2bdc03ba72ecf58dc8ee5a0) Change-Id: Ia887f629305645bb8a165fbbc0d32e620912595a
2024-03-08 08:51:51 +00:00
(let b = 2; c = { }; in { a = 1; inherit b ; d = (c).d; e = (c).e; f = 3; })
Copy permalink