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
Hi! I've started using Relude and noticed that quite a few functions use String over Text. In my particular case I used getArgs which returns [String], die which takes a String and readEither which takes a String. The documentation says Text is preferred over String but doesn't really specify when String is considered appropriate regardless. I'm curious as to what the rationale is, and if those functions can be changed to use Text, I can try making the PR.
The text was updated successfully, but these errors were encountered:
Hi! I've started using Relude and noticed that quite a few functions use
String
overText
. In my particular case I usedgetArgs
which returns[String]
,die
which takes aString
andreadEither
which takes aString
. The documentation saysText
is preferred overString
but doesn't really specify whenString
is considered appropriate regardless. I'm curious as to what the rationale is, and if those functions can be changed to useText
, I can try making the PR.The text was updated successfully, but these errors were encountered: