<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<div><br></div><div>Why "erlang:function_exported(lists,member,2)" gives me false where as the function is exported?</div><div><br></div><div><div>15> erlang:function_exported(lists,member,2).</div><div>false</div><div>16> proplists:lookup(member, element(2,proplists:lookup(exports,lists:module_info()))).</div><div>{member,2}</div></div><div><br></div><div>Tried with some other functions randomly but got true. I tried with R14B and R16B. Is there any hidden reason behind it?</div><div><br></div><div>Thanks,</div><div>marutha</div>                                        </div></body>
</html>