Allow 'and' type declaration outside of same source file #1274
Xyncgas
started this conversation in
Type System
Replies: 1 comment
-
That's an unlikely thing to be added...
Instead, I'd suggest:
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
If I want to write
type A and B
I currently have to put them in the same source file with nothing in betweenIdeally I can have multiple source file, and I can create type B before type A and still have the knowledge of type A through the keyword
and
It saves me the hassle to put them in the same source file because it's gonna get cramped if you expect people to put everything in a single file
Beta Was this translation helpful? Give feedback.
All reactions