In the docs on exception tracking https://nim-lang.org/docs/manual.html#effect-system-exception-tracking this sentence appears: > However, if the call is of the form f(...) where f is a parameter of the currently analyzed routine it is ignored that is marked as .effectsOf: f I believe there is a typo there...the grammar seems off, no? Should it read something like: > However, if the call is of the form f(...) where f is a parameter of the currently analyzed routine, it is ignored, and that is marked as .effectsOf: f. ?