Notes (HPFP 12/31): Signaling Adversity

12 Signaling adversity

12.5 Chapter Exercises

Determine the kinds

  1. *
  2. a is *, f is `* -> *`

String processing

see StringProcessing.hs

Validate the word

see StringProcessing.hs

It’s only Natural

see Natural.hs.hs

Small library for Maybe

see MaybeLib.hs.hs

Small library for Either

see EitherLib.hs.hs

Write your own iterate and unfoldr

see Unfolds.hs see Unfolds.hs.hs

Finally something other than a list

see BinaryTreeUnfold.hs see BinaryTreeUnfold.hs.hs