Notes (OFVB 06/31): Functions upon Functions upan Functions
Can’t wait to see what OCaml does to accomplish the same function overloading/interfacing that Haskell does with typeclasses.
Questions
4
Type of apply
is ('a -> 'a) -> int -> 'a -> 'a
7
Defining a fold
here seemed best.