Recursive call in Ocaml

前端 未结 0 1516
南笙
南笙 2021-02-18 19:51

I am trying to implement a recursive call in Ocaml, using the next code :

| Add (x,y) -> 
  begin 
    match x, y with
        | x, Bra y ->  Bra (Implies(x         


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