<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Richard Eisenberg pushed to branch wip/derived-refactor
at <a href="https://gitlab.haskell.org/ghc/ghc">Glasgow Haskell Compiler / GHC</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.haskell.org/ghc/ghc/-/commit/f680d5169610e5487c29ef9515030b77ee47f1a4">f680d516</a></strong>
<div>
<span>by Richard Eisenberg</span>
<i>at 2020-07-16T23:10:34+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">More wibbling and wobbling
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#578c7c3857d66d963736ff6742f3433a0e8d01b7">
compiler/GHC/Core/TyCo/Rep.hs
</a>
</li>
<li class="file-stats">
<a href="#65ca06d51797ebf672a62bde6c00bcb9444e1425">
compiler/GHC/Hs/Binds.hs
</a>
</li>
<li class="file-stats">
<a href="#e011edcbdb6414ff00022ab5c1eeee88906a53ab">
compiler/GHC/HsToCore/Coverage.hs
</a>
</li>
<li class="file-stats">
<a href="#6bdd5abc649727f2a802bc96ce5c276de19d3726">
compiler/GHC/HsToCore/Expr.hs
</a>
</li>
<li class="file-stats">
<a href="#3c19c0be465f9a28d7b69f89c55648080fcc37eb">
compiler/GHC/HsToCore/Quote.hs
</a>
</li>
<li class="file-stats">
<a href="#bf951467d4a9aa443cb109cb4c84a2891945649b">
compiler/GHC/Parser.y
</a>
</li>
<li class="file-stats">
<a href="#af762064d779f7308dd415966c974f27d14f9943">
compiler/GHC/Rename/Bind.hs
</a>
</li>
<li class="file-stats">
<a href="#e4b9d5e9d2de37561bfd06a2c97a5c924a1bab76">
compiler/GHC/Tc/Errors.hs
</a>
</li>
<li class="file-stats">
<a href="#83f745d921da7adb739e81f83e1c07e723e4a789">
compiler/GHC/Tc/Gen/Bind.hs
</a>
</li>
<li class="file-stats">
<a href="#9355bef855426caf5f526925edf351b20f9a86c4">
compiler/GHC/Tc/Gen/HsType.hs
</a>
</li>
<li class="file-stats">
<a href="#1e879f291ac1d1f5e494e0bd8418867afe3d2869">
compiler/GHC/Tc/Instance/FunDeps.hs
</a>
</li>
<li class="file-stats">
<a href="#54436e21ea530a66a8a71bcc01c836f4740b8f02">
compiler/GHC/Tc/Solver.hs
</a>
</li>
<li class="file-stats">
<a href="#81707f1fe21087531cefd70879aa09c2be5c1d22">
compiler/GHC/Tc/Solver/Flatten.hs
</a>
</li>
<li class="file-stats">
<a href="#f639b0b31b7245cb7d34ac190b798f5ec1c7da2e">
compiler/GHC/Tc/Solver/Interact.hs
</a>
</li>
<li class="file-stats">
<a href="#0c6b585a8a21f8340a85ca2cef89c4b1bf5a8953">
compiler/GHC/Tc/Solver/Monad.hs
</a>
</li>
<li class="file-stats">
<a href="#6a120b0673f8920127d8fffdaa16f01b90cc92d7">
compiler/GHC/Tc/Utils/Zonk.hs
</a>
</li>
<li class="file-stats">
<a href="#2eac51f9871ca0c0698aa1fc7f79c05ef8fc4a49">
compiler/GHC/ThToHs.hs
</a>
</li>
<li class="file-stats">
<a href="#acb6aa122f203c66ea9e09f9de79000c17395024">
testsuite/tests/typecheck/should_compile/FloatFDs.hs
</a>
</li>
<li class="file-stats">
<a href="#778f16c490e0368e143014f33761355a3acb23e5">
testsuite/tests/typecheck/should_compile/FunDepOrigin1.hs
</a>
</li>
<li class="file-stats">
<a href="#3e51a3c3e1b0c2eca0945557919177bf1fd2c646">
<span class="new-file">
+
testsuite/tests/typecheck/should_compile/ImplicitParamFDs.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#1e3cc93851d7da6b24071880aa8dca72f7f5242a">
testsuite/tests/typecheck/should_compile/T12427a.stderr
</a>
</li>
<li class="file-stats">
<a href="#e44c46b1dfa2c2621fd26b90a0f86c3f099135d2">
testsuite/tests/typecheck/should_compile/T13651.stderr
</a>
</li>
<li class="file-stats">
<a href="#77ae628f9209866a8248eed16675b753279d5c03">
<span class="new-file">
+
testsuite/tests/typecheck/should_compile/T18398.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#a4496b3af737985647e6efff2bc6d49eafe376ed">
<span class="new-file">
+
testsuite/tests/typecheck/should_compile/T18398.stderr
</span>
</a>
</li>
<li class="file-stats">
<a href="#5f45c0f2a0638a38dc1b826d467ab6df5e125c4e">
<span class="new-file">
+
testsuite/tests/typecheck/should_compile/T18406.hs
</span>
</a>
</li>
<li class="file-stats">
<a href="#34fe7bf0e6fbf60effb28393399ba68666593909">
testsuite/tests/typecheck/should_compile/all.T
</a>
</li>
<li class="file-stats">
<a href="#98324bfd33fc7908f03dbee94a5e8bd5c72ea545">
testsuite/tests/typecheck/should_fail/FunDepOrigin1b.hs
</a>
</li>
<li class="file-stats">
<a href="#769a20b7cf6a476e32366a570555eea2cea37bd2">
testsuite/tests/typecheck/should_fail/FunDepOrigin1b.stderr
</a>
</li>
<li class="file-stats">
<a href="#a65a3ee62514972c41618851c54e682121851e89">
testsuite/tests/typecheck/should_fail/T14325.stderr
</a>
</li>
<li class="file-stats">
<a href="#e44969066caf1a05f8d758485db2932e51a0ec46">
testsuite/tests/typecheck/should_fail/T5300.stderr
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://gitlab.haskell.org/ghc/ghc/-/commit/f680d5169610e5487c29ef9515030b77ee47f1a4">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.haskell.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.haskell.org/ghc/ghc/-/commit/f680d5169610e5487c29ef9515030b77ee47f1a4"}}</script>


</p>
</div>
</body>
</html>