Parses the head and arguments of a proposition string.
For example, ‘on(box, table)’ becomes (‘on’, [‘box’, ‘table’]).
Tuple[str, List[str]]
Tuple
str
List