You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(synopsis "A PPX rewriter to allow for one-line dotted expressions on packed modules")
(description "This package enables developers to write one-line dotted expressions on packed modules by writing `[%imod m.A.B.c]` instead of `let module M = (val m) in M.A.B.c`")