Skip to content

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

Notifications You must be signed in to change notification settings

bensmrs/ppx_inline_module

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

Watchers

Forks

Packages

 
 
 

Languages