singleton_of_list : 'a list -> 'a
STRUCTURE
SYNOPSIS
Turns a single-element list into a singleton.
DESCRIPTION
singleton_of_list [x] returns x.
FAILURE
Fails if applied to a list that is not of length 1.
SEEALSO
HOL  Kananaskis-13