dest_arb
boolSyntax.dest_arb : term -> hol_type
Extract the type of an instance of the ARB
constant.
If M
is an instance of the constant ARB
with type ty
, then dest_arb M
equals
ty
.
Fails if M
is not an instance of ARB
.
When it succeeds, an invocation of dest_arb
is
equivalent to type_of
.