- 04 Nov, 2014 1 commit
-
-
Simon Peyton Jones authored
-
- 21 Sep, 2014 1 commit
-
-
Herbert Valerio Riedel authored
This finally exposes also the methods of these 3 classes in the Prelude in order to allow to define basic class instances w/o needing imports. This almost completes the primary goal of #9586 NOTE: `fold`, `foldl'`, `foldr'`, and `toList` are not exposed yet, as they require upstream fixes for at least `containers` and `bytestring`, and are not required for defining basic instances. Reviewed By: ekmett, austin Differential Revision: https://phabricator.haskell.org/D236
-
- 28 Aug, 2014 1 commit
-
-
Simon Peyton Jones authored
I this this arises from my de-orphaning the Enum Word instance
-
- 19 Aug, 2014 1 commit
-
-
Vitaly Bragilevsky authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- 31 Jul, 2014 1 commit
-
-
Simon Peyton Jones authored
* Deprecate -XOverlappingInstances * Update test suite. Several tests even had entirely unnecessary uses of -XOverlappingInstances * Update user manual with a careful description of the instance resolution story * Fix an outright bug in the handling of duplidate instances in GHCi, which are meant to silently overwrite the earlier duplicate. The logic was right for family instances but was both more complicated, and plain wrong, for class instances. (If you are interested, the bug was that we were eliminating the duplicate from the InstEnv, but not from the [ClsInst] held in tcg_insts.) Test is ghci044a.
-
- 20 Apr, 2014 1 commit
-
-
Austin Seipp authored
Now that we're in development mode, Applicative will soon be a superclass of Monad in HEAD. So let's go ahead and deprecate the -fno-warn-amp flag, remove the checks, and tweak a few tests Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- 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>
-
- 11 Feb, 2014 1 commit
-
-
Joachim Breitner authored
just like boxed type equalities.
-
- 17 Jan, 2014 1 commit
-
-
Simon Peyton Jones authored
The former adds a newline at the end (restoring the previous behaviour) while the latter does not (which previously happened by turning the thuing into a string and only then printing it).
-
- 28 Nov, 2013 3 commits
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
- 24 Nov, 2013 1 commit
-
-
Joachim Breitner authored
...when debugging is on, to keep builds reports clean.
-
- 22 Nov, 2013 1 commit
-
-
Joachim Breitner authored
It seems that “Use bindLocalNamesFV in rn_inst_info” makes some names nicer in the debugger output.
-
- 29 Sep, 2013 1 commit
-
-
Austin Seipp authored
Issue #8022Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- 12 Sep, 2013 1 commit
-
-
Austin Seipp authored
The perf tests can probably be rechecked and tightened a little; I fixed them with AMP the other day but some changes since then have made them wibble perhaps. Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- 08 Sep, 2013 1 commit
-
-
thoughtpolice authored
Authored-by:
David Luposchainsky <dluposchainsky@gmail.com> Signed-off-by:
Austin Seipp <aseipp@pobox.com>
-
- 14 Aug, 2013 1 commit
-
-
thoughtpolice authored
Signed-off-by:
Austin Seipp <aseipp@pobox.com>
-
- 24 Feb, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 16 Feb, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 14 Feb, 2013 2 commits
-
-
ian@well-typed.com authored
The driver now also supports nested lists of setup functions
-
Simon Peyton Jones authored
-
- 11 Feb, 2013 5 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
- 25 Jan, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 06 Nov, 2012 1 commit
-
-
Simon Peyton Jones authored
-
- 30 Oct, 2012 1 commit
-
-
Simon Marlow authored
-
- 19 Oct, 2012 2 commits
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
- 13 Oct, 2012 1 commit
-
-
ian@well-typed.com authored
-
- 21 Sep, 2012 1 commit
-
-
Simon Peyton Jones authored
Notably * Showing relevant bindings * Not suggesting add instance (Num T); see Trac #7222
-
- 03 Sep, 2012 1 commit
-
-
pcapriotti authored
-
- 21 Jun, 2012 1 commit
-
-
jpm@cs.ox.ac.uk authored
Most of these tests were written by Nicolas Frisby.
-
- 12 Jun, 2012 1 commit
-
-
Simon Peyton Jones authored
-
- 21 May, 2012 1 commit
-
-
Ian Lynagh authored
-
- 15 May, 2012 1 commit
-
-
batterseapower authored
We are careful to test slow calls and RtClosureInspect, as well as standard fast calls
-
- 23 Apr, 2012 1 commit
-
-
pcapriotti authored
Added an option to combine stdout and stderr into a single file. This is useful for ghci scripts that produce interleaved errors and normal output. Also modified check_stderr_ok so that it normalizes stderr in the same way as compile tests.
-