Skip to content

Commit

Permalink
add isPrefixOf to notes
Browse files Browse the repository at this point in the history
  • Loading branch information
GoNZooo committed May 26, 2021
1 parent ae128f5 commit c774eca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basics/01-values-and-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ solution upperBound divisors =
1. [sum](https://www.stackage.org/haddock/lts-17.12/base-4.14.1.0/Prelude.html#v:sum)
2. See examples and previous notes for inspiration and help with this
3. [dropWhile](https://www.stackage.org/haddock/lts-17.12/base-4.14.1.0/Prelude.html#v:dropWhile)
4. [isPrefixOf](https://www.stackage.org/haddock/lts-17.12/base-4.14.1.0/Data-List.html#v:isPrefixOf)

## A note on functions, their parameter order and partial application

Expand Down

0 comments on commit c774eca

Please sign in to comment.