Why does Ocaml compiler give this error message regarding type inference?

前端 未结 0 394
野趣味
野趣味 2021-02-02 04:49

I have written this helper function in ocaml and it keeps throwing this error.

code:

let rec helper1 f lines d =
        match lines with
        | [] ->         


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