- 30 Jun, 2014 2 commits
-
-
Simon Peyton Jones authored
(cherry picked from commit 59b4e6d0)
-
Simon Peyton Jones authored
The constraints for Functor don't line up 1-1 with the arguments (they are fetched out from sub-terms of the type), but the surrounding code was mistakenly assuming they were in 1-1 association. (cherry picked from commit 13a330e8) Conflicts: compiler/typecheck/TcDeriv.lhs
-
- 17 Mar, 2014 1 commit
-
-
(cherry picked from commit 8ee6162e) Conflicts: testsuite/tests/deriving/should_compile/all.T
-
- 25 Feb, 2014 1 commit
-
-
Herbert Valerio Riedel authored
This matches GCC's choice of Unicode quotation marks (i.e. U+2018 and U+2019) and therefore looks more familiar on the console. This addresses #2507 . Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org> (cherry picked from commit 018676c7)
-
- 17 Feb, 2014 1 commit
-
-
(cherry picked from commit 9e0c1ae5)
-
- 10 Jan, 2014 1 commit
-
-
Joachim Breitner authored
-
- 09 Jan, 2014 1 commit
-
-
Simon Peyton Jones authored
-
- 04 Dec, 2013 1 commit
-
-
Joachim Breitner authored
-
- 03 Dec, 2013 1 commit
-
-
Joachim Breitner authored
-
- 02 Dec, 2013 1 commit
-
-
Joachim Breitner authored
-
- 22 Nov, 2013 1 commit
-
-
Joachim Breitner authored
(unfortunately, not to the better, these might need some more massaging.)
-
- 19 Nov, 2013 1 commit
-
-
Simon Peyton Jones authored
-
- 23 Oct, 2013 1 commit
-
-
eir@cis.upenn.edu authored
-
- 02 Oct, 2013 1 commit
-
-
Simon Peyton Jones authored
-
- 01 Oct, 2013 1 commit
-
-
unknown authored
following a) suppressing kind foralls and arguments b) better fundep error messages
-
- 23 Sep, 2013 1 commit
-
-
Krzysztof Gogolewski authored
-
- 20 Sep, 2013 1 commit
-
-
Simon Peyton Jones authored
-
- 18 Sep, 2013 1 commit
-
-
- 14 Sep, 2013 1 commit
-
-
Joachim Breitner authored
(this is related to #3647)
-
- 28 Aug, 2013 1 commit
-
-
eir@cis.upenn.edu authored
-
- 05 Aug, 2013 1 commit
-
-
eir@cis.upenn.edu authored
-
- 02 Aug, 2013 1 commit
-
-
eir@cis.upenn.edu authored
Many of the files modified are just wibbles to output, because now tycons have roles attached to them, which are produced in the debugging dumps.
-
- 05 Jun, 2013 1 commit
-
-
Krzysztof Gogolewski authored
-
- 21 May, 2013 2 commits
-
-
jpm@cs.ox.ac.uk authored
-
jpm@cs.ox.ac.uk authored
As apparently there is already a test named T5863, I named this one T5863a.
-
- 08 Mar, 2013 1 commit
-
-
jpm@cs.ox.ac.uk authored
-
- 03 Mar, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 24 Feb, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 12 Feb, 2013 1 commit
-
-
jpm@cs.ox.ac.uk authored
This patch makes the Data.Typeable.Typeable class work with arguments of any kind. In particular, this removes the Typeable1..7 class hierarchy, greatly simplyfing the whole Typeable story. Also added is the AutoDeriveTypeable language extension, which will automatically derive Typeable for all types and classes declared in that module. Since there is now no good reason to give handwritten instances of the Typeable class, those are ignored (for backwards compatibility), and a warning is emitted. The old, kind-* Typeable class is now called OldTypeable, and lives in the Data.OldTypeable module. It is deprecated, and should be removed in some future version of GHC.
-
- 24 Jan, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 22 Jan, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 08 Jan, 2013 1 commit
-
-
Simon Peyton Jones authored
-
- 28 Sep, 2012 1 commit
-
-
Simon Peyton Jones authored
-
- 21 Sep, 2012 1 commit
-
-
Simon Peyton Jones authored
Notably * Showing relevant bindings * Not suggesting add instance (Num T); see Trac #7222
-
- 13 Aug, 2012 1 commit
-
-
Simon Peyton Jones authored
-
- 20 Jul, 2012 1 commit
-
-
Simon Peyton Jones authored
-
- 08 Jun, 2012 1 commit
-
-
Simon Peyton Jones authored
-
- 26 Mar, 2012 1 commit
-
-
Simon Peyton Jones authored
-
- 09 Mar, 2012 2 commits
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
...in response to Trac #5858
-