Consider turning global/import.ml into a header #1261
cuihtlauac
started this conversation in
Ideas
Replies: 1 comment
-
Indeed, consolidating all the strewn-around |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To reduce the mental load when reading the code, highlighting “something” which looks like
Stdlib
but actually isn't is useful. The moduleImport
could be phased out in three steps:String.cut
from the package where it's defined and add it as a dependencyStdlib
modules elsewhere, maybe with a renaming (e.g.Acc_biggest
)Beta Was this translation helpful? Give feedback.
All reactions