You can fix it by disambiguating the passed proc name, `isDigit` -> 
`module_name.isDigit` (you see in the error message, that this is the cause). 
Yet you can turn the corresponding parameter into `untyped`.

Reply via email to