BatUnitOperations on unit.
val string_of : t -> stringConvert the given unit to a string.
Returns "()".
val of_string : string -> tConvert the given string to a unit.
Accepts "()".
val ord : t -> t -> BatOrd.orderAlways returns BatOrd.Eq
val print : 'a BatInnerIO.output -> unit -> unitPrinting