Effective Haskell: Ch. 2 Typos

  • you’ve used already used extensively - delete first “used”
  • push an element onto the head of a list. - missing space after the period.
  • learn anther way - another
  • more ergonimic to use → ergonomic
  • The recursive part of our function handled in → is handled in
  • Instead, they start with a seed value work their → and work
  • and adds it tou the output → to
  • In this example we’ll write a function that will find the first element of a list - should be, find the first element that matches a predicate.
1 Like