<div><div dir="auto">SPJ may answered part of it in his talk Escape from the ivory tower: <a href="https://www.youtube.com/watch?v=re96UgMk6GQ&feature=share">https://www.youtube.com/watch?v=re96UgMk6GQ&feature=share</a> from about 29 minutes.</div><br><div class="gmail_quote"><div>On Sat, Dec 16, 2017 at 21:17 Brandon Allbery <<a href="mailto:allbery.b@gmail.com">allbery.b@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Dunno about safety results, but <a href="https://www.haskell.org/onlinereport/haskell2010/" target="_blank">https://www.haskell.org/onlinereport/haskell2010/</a> exists (next revision expected in 2020 iirc). <a href="https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/lang.html" target="_blank">https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/lang.html</a> documents ghc's extensions to the standard, and <a href="https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/bugs.html#haskell-standards-vs-glasgow-haskell-language-non-compliance" target="_blank">https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/bugs.html#haskell-standards-vs-glasgow-haskell-language-non-compliance</a> its deviations from the standard, some of which will likely be in the next standard.<div><br></div><div>Some things, such as how typeclasses are implemented, are not specified in the standard so that alternative implementations can choose to implement them differently. ghc uses dictionary / record parameters; jhc did whole program compilation, so all non-polymorphically-recursive typeclass methods could be resolved at compile time (I don't know offhand how it handled polymorphic recursion).</div></div><div class="gmail_extra"></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 16, 2017 at 11:43 PM, Todd Wilson <span><<a href="mailto:twilson@csufresno.edu" target="_blank">twilson@csufresno.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Why doesn't Haskell (or at least "core" Haskell) have a formal definition and safety result the way Standard ML does [1], [2]? Is it just that no one has gotten around to producing them, or because there are fundamental difficulties that stand in the way of completing such a project?<div><br></div><div>Todd Wilson</div><div><br></div><div>[1] Robin Milner, Mads Tofte, Robert Harper, and David MacQueen. The Definition of Standard ML (Revised). MIT Press, 1997.</div><div>[2] Daniel K. Lee , Karl Crary , Robert Harper, "Mechanizing the Metatheory of Standard ML", <a href="http://www.cs.cmu.edu/~dklee/tslf/" target="_blank">http://www.cs.cmu.edu/~dklee/tslf/</a></div></div>
<br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
Only members subscribed via the mailman list are allowed to post.<br></blockquote></div><br><br clear="all"><div><br></div></div><div class="gmail_extra">-- <br><div class="m_-2535243633432827097gmail_signature" data-smartmail="gmail_signature"><div><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div></div>