ConversionsMiscellaneous
Summary
-
Text
– there aretoStrict
andfromStrict
inData.Text.Lazy
. -
ByteString
– there aretoStrict
andfromStrict
inData.ByteString.Lazy
. -
Map
– you don't need a conversion,Map
s fromData.Map.Strict
andData.Map.Lazy
are the same type.
Notes
<notes are empty>
Summary
Use haskell-src-meta.
Notes
<notes are empty>