Module Ocsigen_lib_base.Tuple3Source

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