I tried to find a toStrict function like Data.Text.Lazy.Text -> Data.Text.Text , but I did not know that) that it was called, and b) exactly what was called the Lazy module.
A Hayoo search for Text -> Text yields many results. Is there a way to search for a signature, for example *Lazy*Text -> Text ?
A search for Data.Text.Lazy.Text -> Text does not Data.Text.Lazy.Text -> Text any results.
How can I find a function like (lazy) Text -> (strict) Text using hayoo, hoogle or ...?
source share