Zulip Chat Archive
Stream: new members
Topic: Turn off auto type declarations?
Kevin Sullivan (Sep 25 2024 at 20:55):
Sorry folks, probably been asked 100 times. These auto-declared types are driving me nuts. How do I turn them off? Thanks. (I'm talking about cases where using a name not previously declared results in its implicit declaration. Nothing about implicit arguments here.)
Kyle Miller (Sep 25 2024 at 20:57):
set_option autoImplicit false
Last updated: May 02 2025 at 03:31 UTC