In Strict maps by treeowl · Pull Request #102 · lspitzner/pqueue · GitHub we were talking about how to organize functions like strict map
or traverse
. There are several options:
- have the strict versions in the same module with a
'
suffix - have a new module for strict functions (with or without
'
suffix)
Which options would you prefer and why? Or perhaps you have another option we haven’t considered yet?