Skip to content

Commit

Permalink
modify wording of ex3 on partial pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
GoNZooo committed May 26, 2021
1 parent e86f663 commit ae128f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basics/01-values-and-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ solution upperBound divisors =
beginning of the list[2], multiplies them all by two, sums them up and returns whether or not the
sum is even. Create a version that uses a named argument and one that does not.

3. Define a function using a pipeline that takes a list of strings, takes out all the strings
beginning with "#", then discards all leading "#" or " " from the resulting strings.
3. Define a function using a pipeline that takes a list of strings, takes all the strings beginning
with "#", then discards all leading "#" or " " from the resulting strings.

#### Exercise notes (Pipelines using partial application)

Expand Down

0 comments on commit ae128f5

Please sign in to comment.