Module BatInnerIO.Output

type t = unit output
val compare : _ output -> _ output -> int

A total order on outputs

val hash : _ output -> int

A hash function for outputs

val equal : _ output -> _ output -> bool