CT_from_Programmers.scala
CT_from_Programmers.scala copied to clipboard
For 'deriving' bits (e.g. 1.8) - maybe use Kittens?
data Maybe a = Nothing | Just a deriving Functor
I intend to add a "notes" page in the scala edition of the CT book that explains some pre-requisites (e.g. Kind projector). So maybe we can add a Kittens example?
Sounds good to me.