Skip to content

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