git.delta.rocks / jrsonnet / refs/heads / master

difftreelog

source

tests/golden_destruct/mutual_recursive_cross.jsonnet81 Bsourcehistory
1local2  {a, b, c} = {a: y, b: c, c: x},3  {x, y, z} = {x: a, y: 2, z: b};4z == 2