Closed dsheets closed 9 years ago
This is the most severe issue of know of right now as it prevents the extraction of std_internal.cmt
from core_kernel
.
In fact, something as simple as
module P = Pervasives
include P
will trigger this problem.
Parsing the
cmt
from:results in
It appears to be the case that include declarations can have aliased module types.
This does not occur with
cmi
orcmti
.