Setup Scala
This commit is contained in:
parent
8dec7591dd
commit
13a8e74189
37 changed files with 290 additions and 187 deletions
4
ocaml/lib/let.ml
Normal file
4
ocaml/lib/let.ml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
let (let@) = Result.bind
|
||||
let (let+) = Lwt.bind
|
||||
let (let*) = Lwt_result.bind
|
||||
let (let-) = Option.bind
|
||||
Loading…
Add table
Add a link
Reference in a new issue