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

mk_prod

pairSyntax.mk_prod : hol_type * hol_type -> hol_type

Constructs a product type from two constituent types.

mk_prod(ty1, ty2) returns ty1 # t2.

Failure

Never fails.

See also

pairSyntax.is_prod, pairSyntax.dest_prod