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.
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