dest_prod
pairSyntax.dest_prod : hol_type -> hol_type * hol_type
Breaks a product type into its two component types.
dest_prod
is a type destructor for products:
dest_pair ":t1#t2"
returns (":t1",":t2")
.
Fails with dest_prod
if the argument is not a product
type.