-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Labels
Description
Sorry if this is already addressed.
I'm in need of an ifoldl' function over text values, and I can't seem to find it.
ifoldl' :: forall a. (a -> Int -> Char -> a) -> a -> Text -> aLens combinators come close, but I don't think it's possible to make an instance of FoldableWithIndex for text?