hn • r/hackernews
Comment on: Algebraic Types are not Scary
It would be awfully nice if List<A> could implement this interface, but it cannot because doing so will mean that you can only create lists of things (of some type A) which have a total order defined on them.However, if