How to transpose a matrix (a list of lists) in OCaml without recursion?

Viewed 31

I'm new in OCaml. I noticed there are many methods for transpose, but almost all of them use recursion. I wonder if there is any modules or functions (without writing a recursion) can be used to do this?

0 Answers
Related