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
client
daemons
examples
launchers
scripts
tests
tools
.gitignore -rw-r--r-- 43 bytes
Makefile -rw-r--r-- 770 bytes
mypy.ini -rw-r--r-- 81 bytes
pytest.ini -rw-r--r-- 222 bytes
requirements.txt -rw-r--r-- 524 bytes

back to top