Skip to content

Data.String missing map #2207

@lemastero

Description

@lemastero

Hi I was using Data.String and I could not find a way to map overs strings. I end up with:

map : (Char  Char)  String  String
map f = fromList ∘ List.map f ∘ toList

would it make sense to add to Data/String/Base?

I would love to make such contribution 😄

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions