Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List.traverseValidationA' should be private? #168

Closed
AlbertoDePena opened this issue Mar 27, 2022 · 1 comment
Closed

List.traverseValidationA' should be private? #168

AlbertoDePena opened this issue Mar 27, 2022 · 1 comment

Comments

@AlbertoDePena
Copy link
Contributor

Should List.traverseValidationA' be private just like the other functions that denote recursiveness (rec keyword)?

let rec traverseValidationA' state f xs =

@TheAngryByrd
Copy link
Collaborator

Yeah I could see this being private as I doubt you'd want to choose anything other than traverseValidationA and sequenceValidationA.

TheAngryByrd added a commit that referenced this issue Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants