mirror of
https://github.com/JuliaLang/julia.git
synced 2026-05-28 03:10:33 +08:00
`Base` is, of course, allowed to depend on its own internals. but that doesn't mean it always should. when possible I think we should prefer to use public alternatives vs private when equivalents of each are available. includes an unintentional bugfix to `help?>` of any intrinsic, which on master leads you to the docstring for `Core.IntrinsicFunction` itself. candidates generated by claude, which I then audited