[Haskell-cafe] Re: Mining Twitter data in Haskell and Clojure

Don Stewart dons at galois.com
Mon Jun 28 15:32:42 EDT 2010


claus.reinke:
>
> To binary package users/authors: is there a typed version of binary (that 
> is, one that records and checks a representation of the serialized type 
> before actual (de-)serialization)? It
> would be nice to have such a type check, even though it
> wouldn't protect against missing bytes or strictness changes. 
>

There is a wrapper, that wraps all encodes in a typeOf (iirC), I think
by Edward Kmett, but I couldn't find e.g. binary-typed on Hackage.

-- Don

    


More information about the Haskell-Cafe mailing list