Arc Forumnew | comments | leaders | submitlogin
1 point by kens 6393 days ago | link | parent

According to the spec :-), coerce returns unchanged anything that is not tagged, char, integer, number, string, pair, nil, or symbol:

  arc> (coerce (table) 'potato)
  #hash()
Except for arguments of unexpected types (e.g. thread); then coerce fails.