Skip to content

Numbering in Exercises on Functions Part 2 seems to be wrong #16

Description

@JanBeh

In src/Tutorial/Functions2/Exercises1.md, references to exercise 2 and 3 seems to be wrong. I believe it should be 3 and 4:

-5. Implement function `readDNA : String -> Maybe DNA` using the functions and types defined in exercises 2 and 3. You will also need function `unpack` from the *Prelude*.
+5. Implement function `readDNA : String -> Maybe DNA` using the functions and types defined in exercises 3 and 4. You will also need function `unpack` from the *Prelude*.

What I'm not 100% sure about is the reference more up where it says:

-Exercise 3 is again of utmost importance. `traverseList` is a specialized version of the more general `traverse`, one of the most powerful and versatile functions available in the *Prelude* (check out its type!).
+Exercise 4 is again of utmost importance. `traverseList` is a specialized version of the more general `traverse`, one of the most powerful and versatile functions available in the *Prelude* (check out its type!).

I believe this should be referencing exercise 4 too, since that is the exercise on traverseList and seems to be more important than the rather easy exercise 3.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions