hypThm.hyp : thm -> term list
Returns the hypotheses of a theorem.
When applied to a theorem A |- t, the function
hyp returns A, the list of hypotheses of the
theorem.
Never fails.
The order in which hypotheses are returned can not be relied on.