Module Eliom_lib.Tuple3 val fst : ('a * 'b * 'c) -> 'aval snd : ('a * 'b * 'c) -> 'bval thd : ('a * 'b * 'c) -> 'c