<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi guys,<div><br></div><div>What's the correct/best way to ensure that a module exports a certain function or not?</div><div><br></div><div>Lets say:</div><div>-module(<b>foo</b>).</div><div>-export([<b>main/1</b>]).</div><div>...</div><div><br></div><div>I need to know if module <b>foo</b> exports or not <b>main/1</b> without having <b>foo</b> source code of course (only <b>foo.beam</b> is available).</div><div><br></div><div><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>Regards,</div><div>Zabrane</div></span>
</div>
<br></div></body></html>