Hacker News new | ask | show | jobs
by lclarkmichalek 4068 days ago
Functor and Monad are technically not types but type classes (i.e. interface vs an implementing class), hence why simple/naive type aliasing is not enough.