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`.
- Why does this not compile, and how can I fix it? Stefan_Salewski
- Re: Why does this not compile, and how can I fix it? LeuGim
