Certain functions, like Debug.xxx or the module TaskSeqInternals are publicly visible (though most of the actual functions are not). Likewise, types like TaskSeqResumptionFunc should probably be hidden.
Adding proper fsi files (currently only for the TaskSeq module), should do the trick.
Certain functions, like
Debug.xxxor the moduleTaskSeqInternalsare publicly visible (though most of the actual functions are not). Likewise, types likeTaskSeqResumptionFuncshould probably be hidden.Adding proper
fsifiles (currently only for theTaskSeqmodule), should do the trick.