<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div id="__MailbirdStyleContent" style="font-size: 8pt;font-family: Arial;color: #000000">
I allways wondered why some "m3core" packages export even their private modules.<br>
Normally, e.g. "Text8Short.New" is supposed to be called only by "Text8.New" and thus doesn't assert its precondition of being shorter than "MaxLength", but since the module is exported anybody can directly call "Text8Short" with very long arrays. Sure, in
 that case, its execution raises a range error, but still, the module should not be exported without an explicit assertion of its precondition, and why export it at all?
<div class="mb_sig"></div>
</div>
</body>
</html>