[Haskell-cafe] why does Data.Text.Lazy.IO.readFile return the internal type Data.Text.Lazy.Internal.Text, when Data.Text.IO.readFile returns plain IO Data.Text.Text?

Daniel Fischer daniel.is.fischer at web.de
Fri Apr 30 18:31:00 EDT 2010


Am Samstag 01 Mai 2010 00:26:26 schrieb Bryan O'Sullivan:
> On Fri, Apr 30, 2010 at 3:14 PM, Daniel Fischer 
<daniel.is.fischer at web.de>wrote:
> > Yes, I understood it so that he wanted to convert from
> > Data.Text.Lazy.Internal.Text to Data.Text.Lazy.Text.
>
> It's the same type.

That's why I suggested id.


More information about the Haskell-Cafe mailing list