See inferred types in complex OCaml code

后端 未结 4 911
孤独总比滥情好
孤独总比滥情好 2021-01-02 09:42

I\'m a OCaml newbie working with some pretty complex (at least for me) OCaml code I didn\'t write. It would help a lot to understand it if I could see the inferred types for

4条回答
  •  萌比男神i
    2021-01-02 10:30

    You could enter the code into the ocaml toplevel. Yeah, it's not as pretty, but it'll show the types.

提交回复
热议问题