We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
How about introduce a type File or OutputStream and make println as:
File
OutputStream
println
const STDOUT : File = File(2) // or abstract type ? fn println[T : Show](content : T, ~description : File = STDOUT)
Sorry, something went wrong.
How about introduce a type File or OutputStream and make println as: const STDOUT : File = File(2) // or abstract type ? fn println[T : Show](content : T, ~description : File = STDOUT)
There is https://github.com/lijunchen/unstable-io-mbt/blob/main/io/lib.wasm-gc.mbt
But I think it involves many design decision points, and can't get merged soon.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: