summaryrefslogtreecommitdiff
path: root/docs/users_guide/glasgow_exts.xml
Commit message (Expand)AuthorAgeFilesLines
* Move user's guide to ReStructuredTextBen Gamari2015-10-031-13867/+0
* DeriveLift extension (#1830)RyanGlScott2015-09-211-0/+149
* Update user guide, fixing #10772Richard Eisenberg2015-09-201-2/+5
* ApplicativeDo transformationSimon Marlow2015-09-171-0/+172
* Improve documentation of comprehensionsSimon Peyton Jones2015-09-111-1/+1
* Improve documentation for transform list-compsSimon Peyton Jones2015-09-111-1/+6
* Injective type familiesJan Stolarek2015-09-031-0/+105
* Expand declaration QQs first (#10047)Michael Smith2015-09-021-2/+37
* Use IP based CallStack in error and undefinedEric Seidel2015-09-021-2/+2
* Fix typo in pattern synonym documentation.HEADMatthew Pickering2015-08-301-2/+2
* Add missing </para> to User's guide to fix the buildThomas Miedema2015-08-121-0/+1
* User manual update, as prodded by #10760.Richard Eisenberg2015-08-111-3/+24
* Additions to users' guide and release notesRyanGlScott2015-08-051-7/+0
* Support wild cards in data/type family instancesThomas Winant2015-08-031-0/+31
* Minor improvement to user guideSimon Peyton Jones2015-08-031-3/+5
* Implementation of StrictData language extensionAdam Sandberg Eriksson2015-07-271-15/+53
* Document type functions in the Paterson conditionsSimon Peyton Jones2015-07-231-1/+6
* Support wild cards in TH splicesThomas Winant2015-07-201-1/+40
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-171-1/+37
* DeriveFoldable for data types with existential constraints (#10447)RyanGlScott2015-07-171-2/+257
* users_guide: Fix errant "a" in RULES/class methods docsBen Gamari2015-07-091-1/+1
* Document RULES and class methodsSimon Peyton Jones2015-07-091-0/+55
* Deferred type errors now throw TypeError (#10284)David Kraeutmann2015-07-071-6/+6
* Allow deferred type error warnings to be suppressedDavid Kraeutmann2015-07-071-1/+2
* Treat out-of-scope variables as holesSimon Peyton Jones2015-06-261-5/+38
* users_guide: Various spelling fixesBen Gamari2015-06-161-33/+33
|\
| * users_guide: Various spelling fixesBen Gamari2015-06-161-33/+33
* | Docs: `-XTypeOperators` (#10175)Thomas Miedema2015-06-121-1/+1
* | docs: Fix unicode alternatives table (fixes #10509).Sebastian Reuße2015-06-121-5/+5
|/
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-111-2/+2
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-091-2/+2
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-091-2/+2
* Permit empty closed type familiesAdam Gundry2015-05-041-1/+13
* Typo fixes (mostly in comments)Gabor Greif2015-04-301-2/+2
* Better documetation of higher rank typesSimon Peyton Jones2015-04-221-14/+48
* Improve error reporting for impredicative typesSimon Peyton Jones2015-04-221-7/+7
* Typos in error messages and in commentsGabor Greif2015-04-101-1/+1
* Do proper depth checking in the flattener to avoid looping.Richard Eisenberg2015-03-231-1/+7
* Custom `Typeable` solver, that keeps track of kinds.Iavor S. Diatchki2015-03-071-24/+29
* Typos in docs [ci skip]Gabor Greif2015-03-061-2/+2
* User manual section to document the principles of kind inferenceSimon Peyton Jones2015-03-051-0/+60
* A raft of small changes associated with -XConstrainedClassMethodsSimon Peyton Jones2015-03-041-5/+6
* Typos in non-codeGabor Greif2015-03-021-2/+2
* Two kind-polymorphism fixes (Trac #10122)Simon Peyton Jones2015-03-021-14/+45
* Add packageName to GHC.Generics.DatatypeOleg Grenrus2015-02-051-0/+1
* Improve error message on typed holes, and user manual (Tradc #10040)Simon Peyton Jones2015-01-281-36/+37
* Expose source locations via Implicit Parameters of type GHC.Location.LocationEric Seidel2015-01-191-0/+50
* Improve documentation of pattern synonyms, to reflect conclusion of Trac #9953Simon Peyton Jones2015-01-191-53/+92
* add -th-file which generates a th.hs fileGreg Weber2015-01-131-3/+39
* Pattern synonyms do work in GHCi now (see #9900)Dr. ERDI Gergo2015-01-091-2/+1