No matches.
Import-resolving Nix IR plugin
ssh://git@git.notashelf.dev:33/notashelf/nixir.git
# Test unary operators
let
x = 10;
y = true;
in
{ neg = -x; not = !y; }