BatUnit
Operations on unit
.
val string_of : t -> string
Convert the given unit to a string.
Returns "()"
.
val of_string : string -> t
Convert the given string to a unit.
Accepts "()"
.
val ord : t -> t -> BatOrd.order
Always returns BatOrd.Eq
val print : 'a BatInnerIO.output -> unit -> unit
Printing