<div dir="ltr">The published version of that paper in the ACM digital library...<div><br></div><div><a href="http://dl.acm.org/citation.cfm?id=1017478">http://dl.acm.org/citation.cfm?id=1017478</a><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Oct 31, 2013 at 5:10 PM, Edward Z. Yang <span dir="ltr"><<a href="mailto:ezyang@mit.edu" target="_blank">ezyang@mit.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">> So that leads me to wonder: are there limitations that we should be<br>
> aware of? Have I simply been lucky so far?<br>
<br>
</div>If you are loading Haskell code, you will need to be very careful to<br>
make sure you load all of the dependencies as well.  There are a number<br>
of plugins packages and a paper:<br>
<a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.9.7627" target="_blank">http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.9.7627</a><br>
<br>
GHC API changes a lot, so it's easy for these packages to get bitrotted.<br>
<br>
The upcoming release of GHC will run constructors (link-time<br>
initializers), but will not run destructors.<br>
<br>
There is only partial support for weak symbols. <a href="http://ghc.haskell.org/trac/ghc/ticket/3333" target="_blank">http://ghc.haskell.org/trac/ghc/ticket/3333</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Edward<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/ghc-devs" target="_blank">http://www.haskell.org/mailman/listinfo/ghc-devs</a><br>
</div></div></blockquote></div><br></div>