Module BatInnerIO.Input

type t = input
val compare : input -> input -> int

A total order on inputs

val hash : input -> int

A hash function for inputs

val equal : input -> input -> bool