Skip to content

Commit

Permalink
make add42 example more illustrative
Browse files Browse the repository at this point in the history
  • Loading branch information
GoNZooo committed May 25, 2021
1 parent 73c5913 commit e86f663
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 @@ -492,7 +492,7 @@ import Prelude
addInts :: Int -> Int -> Int
addInts a b = a + b

add42 :: Int -> Int
add42 :: Int -> Int
add42 = addInts 42
```

Expand Down

0 comments on commit e86f663

Please sign in to comment.