dest_thmThm.dest_thm : thm -> term list * term
Breaks a theorem into assumption list and conclusion.
dest_thm ([t1,...,tn] |- t) returns
([t1,...,tn],t).
Never fails.
- dest_thm (ASSUME (Term `p=T`));
> val it = ([`p = T`], `p = T`) : term list * term