
  [;1m-spec list_to_tuple(List) -> tuple() when List :: [term()].[0m

  Returns a tuple corresponding to [;;4mList[0m, for example

    > list_to_tuple([share, ['Ericsson_B', 163]]).
    {share, ['Ericsson_B', 163]}

  [;;4mList[0m can contain any Erlang terms.
