Skip to content

Commit

Permalink
evenProducts type signature fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mstksg committed Nov 5, 2024
1 parent f653e57 commit cc5d5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy/entries/story-of-shapes.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ you actually start parsing and getting your intermediate parse results.
Applicative:

```haskell
evenProducts :: [Bool]
evenProducts :: [Int] -> [Int] -> [Bool]
evenProducts xs ys = (\x y -> even (x * y)) <$> xs <*> ys
```

Expand Down

0 comments on commit cc5d5b7

Please sign in to comment.