Skip to content

Commit

Permalink
Update exercises/practice/affine-cipher/.docs/instructions.append.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matthijs <19817960+MatthijsBlom@users.noreply.github.com>
  • Loading branch information
tofische and MatthijsBlom authored Feb 3, 2024
1 parent 00fd1a6 commit 30e7241
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions exercises/practice/affine-cipher/.docs/instructions.append.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ import qualified Data.Text as T
import Data.Text (Text)
```

- use the `Text` type e.g. `decode :: Text -> Text` and refer to
`Data.Text` combinators as e.g. `T.pack`.
- look up the documentation for
[`Data.Text`](https://hackage.haskell.org/package/text/docs/Data-Text.html).
- use the `Text` type e.g. `decode :: Text -> Text` and refer to `Data.Text` combinators as e.g. `T.pack`.
- look up the documentation for [`Data.Text`](https://hackage.haskell.org/package/text/docs/Data-Text.html).
- replace all occurrences of `String` with `Text` in Affine.hs, i.e.:

```haskell
Expand Down

0 comments on commit 30e7241

Please sign in to comment.