@markhibberd @dibblego is there any reason you use a class rather than a type alias for partial type application? https://github.com/markhibberd/lambdajam-patterns-in-types/blob/master/src/main/scala/challenge2/Reader.scala#L73 …
@jedws @markhibberd that is the old #scalaz way and sometimes easier for explanation. A like interfaces versus anon functions.
-
-
@dibblego@markhibberd is there any advantage over this for instance: type ReaderOf[R] = { type l[a] = Reader[R, a] } -
@jedws Sorry that is not what I thought you meant. No difference, but saves having to explain structural types in 2 hours ;)
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.