
30 Apr
2010
30 Apr
'10
6:14 p.m.
Am Freitag 30 April 2010 23:20:59 schrieb Edward Kmett:
On Fri, Apr 30, 2010 at 5:09 PM, Daniel Fischer
wrote: and how can I get from internal type to regular type when using
Data.Text?
Use id :: a -> a ;)
Not quite, there is still a distinction between Data.Text(.Internal).Text
and Data.Text.Lazy(.Internal).Text.
Yes, I understood it so that he wanted to convert from Data.Text.Lazy.Internal.Text to Data.Text.Lazy.Text.