Hacker News new | ask | show | jobs
by zarathustreal 733 days ago
Sub-types can be represented with algebraic types so I’m not sure that’s necessarily true, for example an abstract class with subclasses can be represented as a sum type
1 comments

only if there is a fixed set of subclasses, which is not always or even mostly the case.