answer(number_to_string, "-7").
answer(string_to_integer, 123).
answer(string_to_decimal, -3.5).
answer(non_numeric_rejected, ok).
answer(atom_to_string, "hello_world").
answer(string_to_atom, hello_world).
answer(number_to_atom, '123').
answer(trim_to_empty, "").
