OCaml function apparently works but does not return the expected result

前端 未结 0 1822
野趣味
野趣味 2020-12-21 20:55

Who can help? I am a beginner in OCaml, I am trying to perform an action of unpacking sets. Having a set [(1, 4); (2, 5); (3, 6)] I want to get the exit [(1,2,3), (4,5,6)].

相关标签:
回答
  • 消灭零回复
提交回复
热议问题