/// <summary> /// `Less than` injection /// </summary> public static Ord Lt(Unit u) => Ord.CreateLt();
/// <summary> /// `Less than` ctor /// </summary> public static Ord Lt() => Ord.CreateLt();