[Haskell-cafe] Re: The Proliferation of List-Like Types

John Goerzen jgoerzen at complete.org
Wed Feb 20 17:45:38 EST 2008


On 2008-02-20, John Goerzen <jgoerzen at complete.org> wrote:
>
> On the other hand, if you mean using a dictionary to "wrap" just the
> ByteString types (or other similar ones), I am currently thinking of
> something along those lines.  I'll post here if I come up with
> something clever (or not).

Can't come up with anything particularly clever here.  I think if we
go that route, our only option is to add some wrapping/dewrapping
function to encapsulate a ByteString into some sort of BSWrapper that
does this sort of thing.

Not exceptionally convenient.

-- John



More information about the Haskell-Cafe mailing list