One thing I can see causing problems is that `catc...
# announcements
d
One thing I can see causing problems is that
catch
is a soft keyword, so you could have a method named
catch
, which could lead to ambiguity with infix functions... maybe?