mk_list : term list * hol_type -> term
STRUCTURE
SYNOPSIS
Constructs an object-level (HOL) list from an ML list of terms.
DESCRIPTION
mk_list ([t1, ..., tn], ty) returns [t1;...;tn]:ty list. The type argument is required so that empty lists can be constructed.
FAILURE
Fails if any term in the list is not of the type specified as the second argument.
SEEALSO
HOL  Kananaskis-11