nitc :: GlobalCompiler :: todo
# Add a new todo task fun todo(m: AbstractRuntimeFunction) do if seen.has(m) then return todos.add(m) seen.add(m) end