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

Add .map4 functions for modules Seq, List, and Array #28

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

omaus
Copy link
Member

@omaus omaus commented Mar 26, 2023

  • Implementations for Seq.map4, List.map4, and Array.map4
  • Unit tests for all aforementioned functions
  • Closes map4 #27

@kMutagene
Copy link
Member

please change signatures from (mapping : 'T -> 'T -> 'T -> 'T -> 'U) (array1 : 'T []) (array2 : 'T []) (array3 : 'T []) (array4 : 'T []) to (mapping : 'T1 -> 'T2 -> 'T3 -> 'T4 -> 'U) (array1 : 'T1 []) (array2 : 'T2 []) (array3 : 'T3 []) (array4 : 'T4 []) and resolve merge conflicts

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

Successfully merging this pull request may close these issues.

map4
2 participants