summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* fix definition of fib in example codeSimon Marlow2006-10-121-3/+3
* fix definition of fib in example codeSimon Marlow2006-10-121-3/+3
* Use relative URLs when referring to libraries; push to 6.6 branchsimonpj@microsoft.com2006-10-111-2/+2
* Improve documentation of concurrent and parallel Haskell; push to branchsimonpj@microsoft.com2006-10-101-24/+97
* Correct id to linkendsimonpj@microsoft.com2006-10-101-1/+1
* Mention that the module sub-directory structure for .o and .hi files is creat...simonpj@microsoft.com2006-10-061-1/+3
* Improve the correlation betweens documented and existent optionsIan Lynagh2006-10-035-20/+241
* Document -dfaststring-statsIan Lynagh2006-10-032-0/+17
* Rearrange docs to have all the -ddump-* options togetherIan Lynagh2006-10-031-48/+48
* Remove unused option -femit-extern-declsIan Lynagh2006-10-031-6/+0
* Documentation updatesIan Lynagh2006-10-035-154/+7
* Fix typoIan Lynagh2006-10-031-1/+1
* More bootstrapping updatesIan Lynagh2006-10-051-3/+5
* First documentation on stand-alone instance deriving.bjorn@bringert.net2006-09-191-0/+27
* Fixes for the porting process for 6.6Ian Lynagh2006-10-031-21/+14
* Fix scoped type variables for expression type signaturessimonpj@microsoft.com2006-10-031-0/+18
* Latin-1-to-UTF8 pre-processor example for docs from Christian MaederIan Lynagh2006-10-012-0/+23
* add :edit to the release notes, and improve the docs a bitSimon Marlow2006-09-292-1/+23
* Amplify scoped tyvar changessimonpj@microsoft.com2006-09-291-3/+6
* Update release notessimonpj@microsoft.com2006-09-291-4/+9
* Add basic :edit supportSimon Marlow2006-09-281-0/+15
* tiny fix in porting docs I just spottedSimon Marlow2006-09-281-1/+1
* Rename -no-recomp to -fforce-recomp, and document itSimon Marlow2006-09-274-6/+16
* Make printing of binding results optional in GHCi, and document itSimon Marlow2006-09-273-2/+23
* Various documentation improvements suggested by Bulat ZiganshinIan Lynagh2006-09-253-18/+52
* Fix comment/code inconsistency spotted by Bulat ZiganshinIan Lynagh2006-09-251-1/+1
* Document -F in the flag referenceIan Lynagh2006-09-251-0/+30
* Fixed DocBook XML once again, "make validate" is your friend!sven.panne@aedion.de2006-09-234-6/+6
* Improve documentation of newtype-deriving (todo: check formatting still works)simonpj@microsoft.com2006-09-231-12/+10
* Fixed error in user's manual, gadt section, part about deriving. Data constru...bringert@cs.chalmers.se2006-09-151-2/+2
* Add postfix ops to the release notessimonpj@microsoft.com2006-09-121-1/+7
* Document postfix operatorssimonpj@microsoft.com2006-09-111-0/+32
* Typo, spotted by Bulat ZiganshinIan Lynagh2006-09-081-1/+1
* Release note tweaks suggested by Bulat ZiganshinIan Lynagh2006-09-081-4/+16
* Doc fix: generic classes are no longer brokenIan Lynagh2006-09-071-3/+0
* Fixed typo in users guide section about lexically scoped type variables.bringert@cs.chalmers.se2006-09-071-1/+1
* Documentation for impredicative polymorphismsimonpj@microsoft.com2006-09-071-9/+42
* Remove result type signatures from documentationsimonpj@microsoft.com2006-09-071-4/+7
* Documentation for lexically-scoped type variablessimonpj@microsoft.com2006-09-061-330/+129
* Now in the wikiSimon Marlow2006-09-062-517/+1
* Correct the Cabal version number and remove features.Duncan Coutts2006-09-051-19/+1
* new RTS flag: -V to modify the resolution of the RTS timerIan Lynagh2006-09-052-4/+29
* Add note about overlapping instancessimonpj@microsoft.com2006-09-051-2/+14
* Record that TH doesn't support pattern types signaturesimonpj@microsoft.com2006-09-051-0/+8
* Fix typos.Ian Lynagh2006-09-041-4/+4
* Remove linear implicit parameters, and document in release notessimonpj@microsoft.com2006-09-042-1/+15
* Release notes should mention better newtype-derivingsimonpj@microsoft.com2006-09-043-2/+8
* Documentation for bang patterns, and other improvementssimonpj@microsoft.com2006-09-042-51/+219
* Add a hint on tab completionIan Lynagh2006-09-031-0/+6
* Add :main docs to ghci commands pageIan Lynagh2006-09-031-0/+32