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
README.md -rw-r--r-- 2.5 KB
michelson-mode.el -rw-r--r-- 35.0 KB

README.md

back to top