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

quadruple

Lib.quadruple : 'a -> 'b -> 'c -> 'd -> 'a * 'b * 'c * 'd

Makes four values into a quadruple.

quadruple x1 x2 x3 x4 returns (x1, x2, x3, x4).

Failure

Never fails.

See also

Lib.quadruple_of_list, Lib.pair, Lib.triple