I have the following specs ``` @spec child_pid(arg) :: arg when arg: pid @spec child_pid(name) :: pid ``` And I get this error: `lib/checker.ex: The spec child_pid/1 on line 126 follows another spec, but only one spec per function clause is allowed`