Initial commit
This commit is contained in:
commit
de6ee1b2df
26 changed files with 729 additions and 0 deletions
4
lib/let.ml
Normal file
4
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