FsToolkit.ErrorHandling
FsToolkit.ErrorHandling copied to clipboard
List.traverseValidationA' should be private?
Should List.traverseValidationA' be private just like the other functions that denote recursiveness (rec keyword)?
https://github.com/demystifyfp/FsToolkit.ErrorHandling/blob/a4a0d2d53f4a9a0477d661431eae19c00cc3c766/src/FsToolkit.ErrorHandling/List.fs#L79
Yeah I could see this being private as I doubt you'd want to choose anything other than traverseValidationA and sequenceValidationA.