Skip to content

Commit

Permalink
reference correct exercises in ex4
Browse files Browse the repository at this point in the history
  • Loading branch information
GoNZooo committed May 21, 2021
1 parent dd21b39 commit e9e3a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/01-values-and-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ action of type `IO ()` in each branch when we executed `putStrLn ...`.
instead return `0`. Use the function you defined in exercise 1.

4. Define a function that takes an `Int` and if it's smaller than zero returns `0`, if it's bigger
than 255 returns `255`. Use the functions you defined in exercises 3 and 4[0].
than 255 returns `255`. Use the functions you defined in exercises 1 and 2[0].

#### Exercise notes (Asking questions about values)

Expand Down

0 comments on commit e9e3a67

Please sign in to comment.