Proposal: Simplify/Generalize Data.Dynamic

Niklas Haas haskell at nand.wakku.to
Mon Aug 25 20:28:56 UTC 2014


On Mon, 25 Aug 2014 11:15:28 -0400, Edward Kmett <ekmett at gmail.com> wrote:
> data Dynamic where
>   Dynamic :: Typeable a => a -> Dynamic

+1, this is actually how I thought Dynamic was implemented under the
hood until your e-mail suggest to me otherwise.


More information about the Libraries mailing list