Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
let {
x = "a";
y = "b";
f = {x ? y, y ? x}: x + y;
body = f {};
}