Module Ocsigen_lib_base.Tuple3

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