Gabriella439 / Gabriella439/turtle

Treat Line as Text (but not vice versa)

Open
#213 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.