Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

triple

Lib.triple : 'a -> 'b -> 'c -> 'a * 'b * 'c

Makes three values into a triple.

triple x y z returns (x, y, z).

Failure

Never fails.

See also

Lib.triple_of_list, Lib.pair, Lib.quadruple