Revision a2d82d6cebecfbbe7433c2110a5880e4e7495a0e authored by Raphaël Proust on 20 May 2019, 07:36:55 UTC, committed by Benjamin Canou on 02 August 2019, 14:45:40 UTC
- Avoid `>>= fun () -> Lwt.return_unit` (useless bind)
- Avoid `>>= return` when `>>= fun () -> return_unit` is valid (prefer
    inlined return operators, including from the error monad)
- etc.
1 parent cf42854
History
File Mode Size
.github
.gitlab
docs
emacs
scripts
src
tests_python
vendors
.dockerignore -rw-r--r-- 612 bytes
.gitattributes -rw-r--r-- 129 bytes
.gitignore -rw-r--r-- 800 bytes
.gitlab-ci.yml -rw-r--r-- 18.7 KB
.ocp-indent -rw-r--r-- 17 bytes
LICENSE -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 5.1 KB
README.md -rw-r--r-- 1.7 KB
active_protocol_versions -rw-r--r-- 6 bytes
contributing.md -rw-r--r-- 2.4 KB
dune -rw-r--r-- 191 bytes
dune-workspace -rw-r--r-- 16 bytes

README.md

back to top