Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ()

About

A PPX rewriter to allow for one-line dotted expressions on unpacked modules

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages