We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594515b commit eb44ee0Copy full SHA for eb44ee0
exercises/practice/bob/.docs/instructions.append.md
@@ -20,7 +20,7 @@ efficient handling of textual data, the `Text` type can be used.
20
21
As an optional extension to this exercise, you can
22
23
-- Read about [string types](https://haskell-lang.org/tutorial/string-types) in Haskell.
+- Read about [string types](https://tech.fpcomplete.com/haskell/tutorial/string-types/) in Haskell.
24
- Add `- text` to your list of dependencies in package.yaml.
25
- Import `Data.Text` in [the following way](https://hackernoon.com/4-steps-to-a-better-imports-list-in-haskell-43a3d868273c):
26
0 commit comments