summaryrefslogtreecommitdiffstats
path: root/src/Blessings/String/WCWidth.hs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-03-07 13:36:40 +0100
committertv <tv@krebsco.de>2026-03-07 13:36:40 +0100
commit96e42c2aba5e29fd795aa624a9f2ea992ec52c21 (patch)
tree32670bf8ad24689abb8421c98ff43dfa4d631e31 /src/Blessings/String/WCWidth.hs
parenta2d987d58aabe0bf3e15315b2541ee6dfb309608 (diff)
add show
Diffstat (limited to 'src/Blessings/String/WCWidth.hs')
-rw-r--r--src/Blessings/String/WCWidth.hs3
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