Y
Hacker News
new
|
ask
|
show
|
jobs
by
TazeTSchnitzel
4070 days ago
Isn't aliasing types a core language feature?
1 comments
lclarkmichalek
4070 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.
link