- 07 Jun, 2014 1 commit
-
-
Joachim Breitner authored
-
- 06 Jun, 2014 2 commits
-
-
Joachim Breitner authored
Its marked as broken, as this does not work yet, but we are calling it a day here soon, so I want this to be recorded (#8959).
-
Joachim Breitner authored
When printing Haskell source, and UnicodeSyntax is enabled, use the unicode sytax characters (#8959).
-
- 03 Jun, 2014 1 commit
-
-
Simon Peyton Jones authored
All the initial work on this was done fy 'archblob' (fcsernik@gmail.com); thank you! I reviewed the patch, started some tidying, up and then ended up in a huge swamp of changes, not all of which I can remember now. But: * To suppress kind arguments when we have -fno-print-explicit-kinds, - IfaceTyConApp argument types are in a tagged list IfaceTcArgs * To allow overloaded types to be printed with =>, add IfaceDFunTy to IfaceType. * When printing data/type family instances for the user, I've made them print out an informative RHS, which is a new feature. Thus ghci> info T data family T a data instance T Int = T1 Int Int data instance T Bool = T2 * In implementation terms, pprIfaceDecl has just one "context" argument, of type IfaceSyn.ShowSub, which says - How to print the binders of the decl see note [Printing IfaceDecl binders] in IfaceSyn - Which sub-comoponents (eg constructors) to print * Moved FastStringEnv from RnEnv to OccName It all took a ridiculously long time to do. But it's done!
-
- 10 May, 2014 1 commit
-
-
Joachim Breitner authored
in order to get a reliable error message (although the error message could be improved anyways to mention the explicit package the module is imported with.)
-
- 03 Apr, 2014 1 commit
-
-
Simon Peyton Jones authored
-
- 23 Mar, 2014 1 commit
-
-
Simon Peyton Jones authored
-
- 22 Mar, 2014 2 commits
-
-
eir@cis.upenn.edu authored
-
Joachim Breitner authored
to keep validate working.
-
- 21 Mar, 2014 1 commit
-
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- 16 Mar, 2014 1 commit
-
-
Joachim Breitner authored
This prepares against future breakage, especially if #8894 is tackled.
-
- 14 Mar, 2014 1 commit
-
-
Gergő Érdi authored
-
- 24 Feb, 2014 1 commit
-
-
Austin Seipp authored
See the comments in Packages.lhs and the ticket for some more explanation. This is a temporary fix while we consider a way to re-enable intra-package references in the mean time. Authored-by:
Reid Barton <rwbarton@gmail.com> Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- 17 Jan, 2014 1 commit
-
-
Simon Peyton Jones authored
Fixes Trac #8674
-
- 10 Jan, 2014 1 commit
-
-
Simon Peyton Jones authored
-
- 03 Jan, 2014 2 commits
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
- 02 Jan, 2014 1 commit
-
-
Simon Peyton Jones authored
-
- 18 Nov, 2013 1 commit
-
-
Simon Peyton Jones authored
-
- 29 Oct, 2013 1 commit
-
-
eir@cis.upenn.edu authored
-
- 23 Oct, 2013 1 commit
-
-
Simon Peyton Jones authored
-
- 04 Oct, 2013 2 commits
-
-
gmainland authored
Splices are now run in the renamer instead of the type checker, so they only get run once.
-
Simon Peyton Jones authored
-
- 03 Oct, 2013 1 commit
-
-
Simon Peyton Jones authored
-
- 02 Oct, 2013 1 commit
-
-
rwbarton authored
Issue #8393 Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- 03 Sep, 2013 1 commit
-
-
Simon Peyton Jones authored
-
- 27 Aug, 2013 1 commit
-
-
Herbert Valerio Riedel authored
Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- 24 Aug, 2013 1 commit
-
-
Herbert Valerio Riedel authored
Depends on fix in 3229eadb to pass
-
- 15 Aug, 2013 1 commit
-
-
thoughtpolice authored
Signed-off-by:
Austin Seipp <aseipp@pobox.com>
-
- 14 Jun, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 07 Jun, 2013 1 commit
-
-
Simon Peyton Jones authored
-
- 27 May, 2013 1 commit
-
-
Simon Peyton Jones authored
-
- 02 May, 2013 2 commits
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
- 22 Apr, 2013 1 commit
-
-
Simon Peyton Jones authored
-
- 16 Apr, 2013 1 commit
-
-
Simon Peyton Jones authored
-
- 15 Mar, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 25 Feb, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 15 Feb, 2013 1 commit
-
-
Simon Peyton Jones authored
-
- 11 Feb, 2013 1 commit
-
-
ian@well-typed.com authored
-