- Notifications
You must be signed in to change notification settings - Fork 473
Closed
Labels
Description
only .mli find, instead of generating
module type X = sig endgenerating
module X = struct endor
module rec X : sig end = Xwe need a warning, the reason is that quite common that there is another lib which would call open X.
Support mly needs be discussed, since there would be various flags need to set