<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a blogpost which demonstrates this<br>
<a href="https://purelyfunctional.org/posts/2016-05-20-dynamic-loading-haskell-module.html" rel="noreferrer" target="_blank">https://purelyfunctional.org/<wbr>posts/2016-05-20-dynamic-<wbr>loading-haskell-module.html</a></blockquote><div><br></div><div>Hey Moritz, I'm not sure if you realised, but my code is based on your blog post itself -- thanks for writing it! It was just that I was trying to avoid using the `mangleSymbol` function by hard-coding the known symbol value. If I use the `mangleSymbol` method, the symbol lookup fails. If I hard-code the symbol name and try executing the function it segfaults.</div><div><br></div><div>I'm stuck now and don't know enough about the internals of Ptr, FuncPtr, Any, etc. to figure out how to proceed. I'm on MacOSX if that makes any difference.</div><div><br></div><div>-- Saurabh.</div></div>
</div></div>