roc-lang / roc

A fast, friendly, functional language.
https://roc-lang.org
Universal Permissive License v1.0
4.46k stars 313 forks source link

Fix incorrect hash link in tutorial #7029

Closed Ocupe closed 2 months ago

Ocupe commented 2 months ago

While following the tutorial I came across two problems that this PR addresses:

smores56 commented 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?

smores56 commented 2 months ago

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

Ocupe commented 2 months ago

Amazing @smores56! Good to go ✅