reazen / relude

FP-inspired prelude/standard library for ReasonML projects
https://reazen.github.io/relude
MIT License
267 stars 41 forks source link

feat: List.appendOption + List.consOption #316

Closed cakekindel closed 2 years ago

cakekindel commented 2 years ago

Let me know if this is unwelcome but I've noticed many places in our code where this would come in handy as a higher-level idea of "maybe add this to the end / beginning of a list?"