The problem is that those functions aren't `(Excep...
# getting-started
k
The problem is that those functions aren't
(Exception) -> Int
, you can't call them with all
Exception
instances. Maybe it works if you (unsafe) cast them to that?