예제 #1
0
 /// <summary>
 /// `Greater than` injection
 /// </summary>
 public static Ord Gt(Unit u) => Ord.CreateGt();
예제 #2
0
 /// <summary>
 /// `Greater than` ctor
 /// </summary>
 public static Ord Gt() => Ord.CreateGt();