[Git][ghc/ghc][wip/T18126] 2 commits: Drop redundant import
Ben Gamari
gitlab at gitlab.haskell.org
Mon Sep 14 21:47:19 UTC 2020
Ben Gamari pushed to branch wip/T18126 at Glasgow Haskell Compiler / GHC
Commits:
f5b372fd by Ben Gamari at 2020-09-14T17:47:13-04:00
Drop redundant import
- - - - -
43d23602 by Ben Gamari at 2020-09-14T17:47:13-04:00
release notes: Make mention of Quick Look impredicativity
This will be merged for GHC 9.2.
- - - - -
2 changed files:
- compiler/GHC/Tc/TyCl.hs
- docs/users_guide/9.2.1-notes.rst
Changes:
=====================================
compiler/GHC/Tc/TyCl.hs
=====================================
@@ -58,7 +58,6 @@ import GHC.Core.Class
import GHC.Core.Coercion.Axiom
import GHC.Core.TyCon
import GHC.Core.DataCon
-import GHC.Hs.Decls( newOrDataToFlavour )
import GHC.Types.Id
import GHC.Types.Var
import GHC.Types.Var.Env
=====================================
docs/users_guide/9.2.1-notes.rst
=====================================
@@ -3,6 +3,13 @@
Version 9.2.1
==============
+Highlights
+----------
+
+* GHC now has much better support for :extension:`impredicative types
+ <ImpredicativeTypes>`, as described in *A quick look at impredicativity*
+ (ICFP 2020).
+
Compiler
~~~~~~~~
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/b9c66bd345539ebf828819a538b03171128408d0...43d23602964995288e2b2683b9f16faddd8d7b5b
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/b9c66bd345539ebf828819a538b03171128408d0...43d23602964995288e2b2683b9f16faddd8d7b5b
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200914/d5f5483d/attachment.html>
More information about the ghc-commits
mailing list