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
Stdin.line
zulip discussion
make a type alias for StdinErr : [IoErr, Oom, End]
StdinErr : [IoErr, Oom, End]
Change the API to Stdin.line : Task Str [StdinErr StdinErr].
Stdin.line : Task Str [StdinErr StdinErr]
This will require minor changes to Effect.stdinLine API and subsequently also the implementation of the effect in the platform.
Effect.stdinLine
The text was updated successfully, but these errors were encountered:
No branches or pull requests
zulip discussion
Change the API to
Stdin.line : Task Str [StdinErr StdinErr]
.This will require minor changes to
Effect.stdinLine
API and subsequently also the implementation of the effect in the platform.The text was updated successfully, but these errors were encountered: