diff options
| author | tv <tv@krebsco.de> | 2026-03-07 13:35:55 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-03-07 13:35:55 +0100 |
| commit | a2d987d58aabe0bf3e15315b2541ee6dfb309608 (patch) | |
| tree | 8f0b930567b16445a54696d699da5e27fe3d8b6f /src/Blessings/Text/WCWidth.hs | |
| parent | f292fb854fdbd13e474b9706e10c9a52bcb399a1 (diff) | |
add break
Diffstat (limited to 'src/Blessings/Text/WCWidth.hs')
| -rw-r--r-- | src/Blessings/Text/WCWidth.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Blessings/Text/WCWidth.hs b/src/Blessings/Text/WCWidth.hs index 277e1a1..ccc0864 100644 --- a/src/Blessings/Text/WCWidth.hs +++ b/src/Blessings/Text/WCWidth.hs @@ -18,6 +18,7 @@ instance Blessable Text where drop = drop' take = take' splitAt = splitAt' + break = Text.break intercalate = Text.intercalate fromWord8 = Text.pack . show |
