Greater-than.
@override Logic gt(dynamic other) => mux(_verifyComparable(other), ~lte(other), Const(0));