Skip to content

Commit

Permalink
doc: remove type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
chabulhwi committed Sep 16, 2024
1 parent 7cdf2c1 commit 268f588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quiz/chapter02.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ Give the value of the expression `(λ x : Int => -x + 2) 3`.

## Question 14

Define a function that takes a natural number as input and returns `true : Bool`
if the number is non-zero and `false : Bool` if the number is zero.
Define a function that takes a natural number as input and returns `true` if the
number is non-zero and `false` if the number is zero.

## Question 15

Expand Down

0 comments on commit 268f588

Please sign in to comment.