
7 Aug
2012
7 Aug
'12
2:13 p.m.
On Tue, Aug 7, 2012 at 2:03 PM, Daniel Trstenjak
Data structure containing elements which are instances of the same type class
Are you looking for existential quantification [1]? data SomeFoo = forall a. Foo a => a [1]: http://www.haskell.org/ghc/docs/latest/html/users_guide/data-type-extensions...