diff options
| author | tv <tv@krebsco.de> | 2026-03-07 13:36:40 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-03-07 13:36:40 +0100 |
| commit | 96e42c2aba5e29fd795aa624a9f2ea992ec52c21 (patch) | |
| tree | 32670bf8ad24689abb8421c98ff43dfa4d631e31 /src/Blessings/String | |
| parent | a2d987d58aabe0bf3e15315b2541ee6dfb309608 (diff) | |
add show
Diffstat (limited to 'src/Blessings/String')
| -rw-r--r-- | src/Blessings/String/WCWidth.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Blessings/String/WCWidth.hs b/src/Blessings/String/WCWidth.hs index 7935019..16ab853 100644 --- a/src/Blessings/String/WCWidth.hs +++ b/src/Blessings/String/WCWidth.hs @@ -20,7 +20,8 @@ instance Blessable String where splitAt = splitAt' break = List.break intercalate = List.intercalate - fromWord8 = show + fromWord8 = Prelude.show + show = Prelude.show length' :: String -> Int |
