patat-0.8.7.0: lib/Data/Char/WCWidth/Extended.hs
module Data.Char.WCWidth.Extended
( module Data.Char.WCWidth
, wcstrwidth
) where
import Data.Char.WCWidth
wcstrwidth :: String -> Int
wcstrwidth = sum . map wcwidth
module Data.Char.WCWidth.Extended
( module Data.Char.WCWidth
, wcstrwidth
) where
import Data.Char.WCWidth
wcstrwidth :: String -> Int
wcstrwidth = sum . map wcwidth