Gabriella439 / Gabriella439/turtle
Treat Line as Text (but not vice versa)
Open
- Dominant language
- Haskell
- Stars
- 978
- Forks
- 94
- PR merge metrics
- No merged PRs in 30d
Description
`onLines :: (Text -> Text) -> Line -> Line`
Like onFiles but for Line. Helps with editing lines without
`stdout . join . fmap (select . textToLines . FUNCTION . lineToText) $ stdin`
and instead would be
`stdout . fmap (onLines FUNCTION) $ stdin`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.