How to provides an OCaml (let*) operator optionally, to work with old and new compilers?

前端 未结 0 1300
别跟我提以往
别跟我提以往 2021-02-18 16:29

I have a module MyMonad that provides a bind function as (let*) operator, but also as >>= operator for old-style code.

The id

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