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.
mk_prod(ty1, ty2)
ty1 # t2
Never fails.
pairSyntax.is_prod, pairSyntax.dest_prod
pairSyntax.is_prod
pairSyntax.dest_prod