summaryrefslogtreecommitdiff
path: root/compiler/iface/BuildTyCl.lhs
Commit message (Expand)AuthorAgeFilesLines
* Remove a duplicate module import in BuildTyClIan Lynagh2008-05-041-1/+0
* Make BuildTyCl warning-freeIan Lynagh2008-05-041-8/+1
* Fix Trac #2238: do not use newtype for a class with equality predicatessimonpj@microsoft.com2008-04-281-9/+34
* Don't expose the unfolding of dictionary selectors without -Osimonpj@microsoft.com2008-03-061-4/+7
* Monadify iface/BuildTyCl: use returnTwan van Laarhoven2008-01-171-1/+1
* Improve handling of newtypes (fixes Trac 1495)simonpj@microsoft.com2007-12-211-38/+1
* 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
* Type checking for type synonym familiesManuel M T Chakravarty2007-08-281-27/+40
* Fix a bug in MatchCon, and clarify what dataConInstOrigArgTys doesLemmih2007-06-071-0/+2
* Remove the distinction between data and newtype familiesManuel M T Chakravarty2007-05-111-5/+2
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-1/+0
* Generating synonym instance representation tyconsManuel M T Chakravarty2007-04-251-32/+48
* Moved argument position info of ATs into tycon rhs infoManuel M T Chakravarty2007-02-231-3/+3
* Log message for: Fix a nasty recursive loop in typechecking interface filessimonpj@microsoft.com2007-01-111-1/+1
* Fix a nasty recursive loop in typechecking interface filessimonpj@microsoft.com2007-01-111-6/+8
* Module header tidyup, phase 1Simon Marlow2006-10-111-28/+15
* Remove Linear Implicit Parameters, and all their workssimonpj@microsoft.com2006-09-291-8/+6
* Re-work the newtype-deriving supportsimonpj@microsoft.com2006-09-231-18/+19
* Get of fam inst index in ifacesManuel M T Chakravarty2006-09-201-23/+14
* Straightened out implicit coercions for indexed typesManuel M T Chakravarty2006-09-201-7/+7
* Introduce coercions for data instance declsManuel M T Chakravarty2006-09-201-23/+51
* Extend TyCons and DataCons to represent data instance declsManuel M T Chakravarty2006-09-201-8/+23
* Extend Class.Class to include the TyCons of ATsManuel M T Chakravarty2006-09-201-4/+8
* Extended TyCon and friends to represent family declarationsManuel M T Chakravarty2006-09-201-9/+23
* fix bugs, add boolean flag to identify coercion variablesManuel M T Chakravarty2006-09-201-2/+11
* some bug-fixes, newtype deriving might work nowManuel M T Chakravarty2006-09-201-1/+1
* newtype fixes, coercions for non-recursive newtypes now optionalManuel M T Chakravarty2006-09-201-8/+10
* Remove argument variance info of tyconsManuel M T Chakravarty2006-09-181-9/+9
* Massive patch for the first months work adding System FC to GHC #16Manuel M T Chakravarty2006-08-041-49/+64
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+256