summaryrefslogtreecommitdiff
path: root/compiler/main/PprTyThing.hs
Commit message (Expand)AuthorAgeFilesLines
* (F)SLIT -> (f)sLit in PprTyThingIan Lynagh2008-04-121-14/+12
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* Make use of the SDoc type synonymIan Lynagh2008-03-261-16/+13
* Fix warnings in main/PprTyThingIan Lynagh2008-03-251-17/+27
* Fix Trac #2138: print the 'stupid theta' of a data typesimonpj@microsoft.com2008-03-061-2/+6
* Fix Trac #2082simonpj@microsoft.com2008-02-191-1/+1
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* Define and use PprTyThing.pprTypeForUsersimonpj@microsoft.com2007-09-111-19/+44
* FIX #903: mkWWcpr: not a productSimon Marlow2007-09-101-4/+5
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Add -fprint-explicit-foralls flag; fixes trac #1474Ian Lynagh2007-07-091-55/+61
* Print infix type constructors in an infix waysimonpj@microsoft.com2007-06-251-1/+1
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-111-4/+4
* Fixes to datacon wrappers for indexed data typessimonpj@microsoft.com2007-04-221-11/+13
* Add the function TypeRep.pprTypeApp, and use itsimonpj@microsoft.com2007-01-111-1/+1
* Fix ":i Maybe", noticed by Claus ReinkeIan Lynagh2006-11-211-4/+3
* Extended TyCon and friends to represent family declarationsManuel M T Chakravarty2006-09-201-3/+11
* Massive patch for the first months work adding System FC to GHC #24Manuel M T Chakravarty2006-08-041-2/+7
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+223