Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 217 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 217 Bytes

ppx_inline_module

ppx_inline_module is a PPX rewriter to write one-line dotted expressions on packed modules.

Usage

[%imod m.f] ()

behaves like:

let module M = (val m) in
M.f ()