|
|
|
|
|
by gilmi
1475 days ago
|
|
Right but the point of the book is to ease learners into the language (and teach core concepts), and not throw them into the deep end of it. Also, I'll update the text about kinds when GHC will use Type instead of * everywhere: $ ghci GHCi, version 9.2.2: https://www.haskell.org/ghc/ :? for help λ> :k (,) (,) :: * -> * -> * |
|
Until we get Type by default the best we can do is enable NoStarIsType