Closed Ocupe closed 2 months ago
@Ocupe thank you for the contribution. We're actually in the middle of bringing the Task
module and it's respective Task
type into the standard library, which will make the import Task ...
statement no longer necessary. If it's good with you, I think this PR should wait a couple of days, and then we can update it and get your contribution in! Sound good?
Okay @Ocupe, Task is now a builtin: https://github.com/roc-lang/basic-cli/releases/tag/0.15.0
Could you remove explicit imports of Task? Then we should be good to go
Amazing @smores56! Good to go ✅
While following the tutorial I came across two problems that this PR addresses:
The example for Reading values from tasks does not work when copied and pasted.
And the hash link for the heading
### [Reading values from tasks](#inspect) {#task-input}
seems to link to the wrong "Displaying Roc values with Inspect.toStr" section further down the page.