No matches.
Import-resolving Nix IR plugin
ssh://git@git.notashelf.dev:33/notashelf/nixir.git
# Test comparison operators
let
a = 10;
b = 20;
in
if a < b then true else false