Module Helper.Pair

val flip : ('a * 'b) -> 'b * 'a
val fst : ('a * 'b) -> 'a
val snd : ('a * 'b) -> 'b