Examples: ?- chars_si("hello"). true. ?- chars_si(5). false. ?- chars_si([a,b,c|Rs]). error(instantiation_error,sort/2).