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

is_prod

pairSyntax.is_prod : hol_type -> bool

Tests a type to see if it is a product type.

If ty is a type of the form ty1 # ty2, then is_prod ty returns true.

Failure

Never fails.

See also

pairSyntax.dest_prod, pairSyntax.mk_prod