module Input:sig
..end
typet =
BatInnerIO.input
val compare : BatInnerIO.input -> BatInnerIO.input -> int
A total order on inputs
val hash : BatInnerIO.input -> int
A hash function for inputs
val equal : BatInnerIO.input -> BatInnerIO.input -> bool