You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would probably be useful to others to do one or more of the following.
add a sentence in the general parts of the documentation noting that case folding is mostly but not quite lowercasing (perhaps with a link to a more detailed explanation)
in the documentation of foldedCase, explicitly state that the result depends on the FoldCase instance (instead of just a "see also")
document the behaviour of the individual FoldCase instances
The text was updated successfully, but these errors were encountered:
I just spent quite a while digging, first through the source, finally ending up at http://hackage.haskell.org/package/text-1.2.4.0/docs/Data-Text.html#v:toCaseFold while trying to figure out what the result of
toCaseFold
is actually like.It would probably be useful to others to do one or more of the following.
foldedCase
, explicitly state that the result depends on theFoldCase
instance (instead of just a "see also")FoldCase
instancesThe text was updated successfully, but these errors were encountered: