interface Test { op !(n: Self) -> Bool; } implement Test for Bool;