You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the input is seq<_ fseq> (which matches the prebuilt transpose functions, like List.transpose which takes in seq<_ list>), but it isn't defined for infinite sequences.
We should look into and consider the List.transpose' and Array.transpose functions too
The text was updated successfully, but these errors were encountered:
Right now, the input is
seq<_ fseq>
(which matches the prebuilt transpose functions, like List.transpose which takes inseq<_ list>
), but it isn't defined for infinite sequences.We should look into and consider the List.transpose' and Array.transpose functions too
The text was updated successfully, but these errors were encountered: