Add quasi-quotation, courtesy of Geoffrey Mainland
[ghc-hetmet.git] / docs / users_guide / glasgow_exts.xml
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-10 simonpj@microsoft.comFix 2030: make -XScopedTypeVariables imply -XRelaxedPolyRec
2008-01-07 simonpj@microsoft.comAdd -XImpredicativeTypes, and tighten up type-validity...
2008-01-04 simonpj@microsoft.comDocument SOURCE pragma; clarify TH behavior for mutuall...
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-11-26 Ian LynaghConsistently put on the front of haskell.org in URLs
2007-11-26 Ian LynaghFix some more URLs
2007-11-26 Ian LynaghTweak some URLs
2007-11-19 simonpj@microsoft.comTwo small typos in the flags summary (merge to 6.8...
2007-11-16 simonpj@microsoft.comImprove links from flag reference to the relevant secti...
2007-11-16 simonpj@microsoft.comImprove documentation of data type declarations (Trac...
2007-11-12 simonpj@microsoft.comImprove documentation of INLINE, esp its interactions...
2007-11-06 simonpj@microsoft.comImprove manual entry for binding lexically scoped type...
2007-11-06 simonpj@microsoft.comRemove trailing spaces from programlisting lines
2007-11-06 simonpj@microsoft.comRemove unhelpful sentence (see Trac #1832)
2007-10-07 Josef SvenningssonFix a whole heap of speling errrs in the docs
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-09-24 simonpj@microsoft.comBe more specific about file-header pragmas
2007-09-11 simonpj@microsoft.comImprove documentation for Template Haskell
2007-09-05 simonpj@microsoft.comRefactor, improve, and document the deriving mechanism
2007-08-29 simonpj@microsoft.comFurther documentation about mdo, suggested by Benjamin...
2007-08-30 Simon Marlowremove "special Ids" section, replace with a link to...
2007-08-24 simonpj@microsoft.comImprove docs for mdo
2007-08-20 simonpj@microsoft.comAdd a paragraph break
2007-08-09 simonpj@microsoft.comImprovd documentation for overlapping instances
2007-08-04 Ian LynaghCanonicalise the flag format in the user guide
2007-08-01 simonpj@microsoft.comSpelling error
2007-06-21 LemmihAdd several new record features
2007-06-21 Ian LynaghRemove an incorrect claim that [t| ... |] isn't impleme...
2007-06-20 simonpj@microsoft.comImplement -X=GADTs and -X=RelaxedPolyRec
2007-06-20 simonpj@microsoft.comUse -X for language extensions
2007-06-19 simonpj@microsoft.comRemove erroneous requirement to import Control.Monad...
2007-05-15 Manuel M T ChakravartyAdded -ftype-families to the user's manual
2007-05-02 simonpj@microsoft.comDocument the fact that you can't make a newtype of...
2007-05-02 Simon Marlowremove unused primitives.xml
2007-03-28 Simon Marlowremove old library doc link (#1098), and point to HackageDB
2007-03-22 simonpj@microsoft.comImprove documentation of instances
2007-02-27 Ian LynaghDoc typo
2007-02-21 simonpj@microsoft.comFix defaulting for overloaded strings
2007-02-07 sven.panne@aedion.deImproved naming of generated HTML files by using nice IDs
2007-02-07 sven.panne@aedion.deMake the User's Guide DocBook XML 4.2 conformant again
2007-01-31 Ian LynaghFix typo
2007-01-31 simonpj@microsoft.comAdd note about Template Haskell and mutual recursion
2007-01-20 lennart@augustsson.netDocument the overloaded string extension.
2007-01-04 Spencer JanssenUser's guide: length is not a good consumer anymore.
2007-01-07 ijones@syntaxpolic... Fixed errors in "clunky" definition for pattern guards
2007-01-02 simonpj@microsoft.comStandalone deriving wibbles: keyword is 'derive' not...
2007-01-02 simonpj@microsoft.comDocmunent stand-alone deriving
2006-12-22 simonpj@microsoft.comDocumentation for class contexts in data-constructor...
2006-12-08 simonpj@microsoft.comFix typo
2006-12-04 simonpj@microsoft.comAdd documentation for seq
2006-10-03 Ian LynaghDocumentation updates
2006-09-19 bjorn@bringert.netFirst documentation on stand-alone instance deriving.
2006-10-03 simonpj@microsoft.comFix scoped type variables for expression type signatures
2006-09-25 Ian LynaghVarious documentation improvements suggested by Bulat...
2006-09-25 Ian LynaghFix comment/code inconsistency spotted by Bulat Ziganshin
2006-09-23 simonpj@microsoft.comImprove documentation of newtype-deriving (todo: check...
2006-09-15 bringert@cs.chalme... Fixed error in user's manual, gadt section, part about...
2006-09-11 simonpj@microsoft.comDocument postfix operators
2006-09-08 Ian LynaghTypo, spotted by Bulat Ziganshin
2006-09-07 Ian LynaghDoc fix: generic classes are no longer broken
2006-09-07 bringert@cs.chalme... Fixed typo in users guide section about lexically scope...
2006-09-07 simonpj@microsoft.comDocumentation for impredicative polymorphism
2006-09-07 simonpj@microsoft.comRemove result type signatures from documentation
2006-09-06 simonpj@microsoft.comDocumentation for lexically-scoped type variables
2006-09-05 simonpj@microsoft.comAdd note about overlapping instances
2006-09-04 Ian LynaghFix typos.
2006-09-04 simonpj@microsoft.comRemove linear implicit parameters, and document in...
2006-09-04 simonpj@microsoft.comRelease notes should mention better newtype-deriving
2006-09-04 simonpj@microsoft.comDocumentation for bang patterns, and other improvements
2006-08-31 simonpj@microsoft.comAdd a pointer to the fundeps paper
2006-08-18 simonpj@microsoft.comFix typo (fst --> head) in docs on implicit parameters
2006-08-07 simonpj@microsoft.comAdd -fextended-default-rules and -fmono-pat-binds
2006-07-31 simonpj@microsoft.comAdd notes about unsafeCoerce
2006-07-27 simonpj@microsoft.comMake -fcontext-stack into a dynamic flag
2006-07-21 Simon Marlowfix bug in sample code
2006-07-14 simonpj@microsoft.comAdd a clarification about overlapping instances in...
2006-07-12 Malcolm.Wallace... document that -fglasgow-exts is needed for RULES to...
2006-06-21 Simon Marlowdocumentation for TH w/ profiling
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-06-05 simonpj@microsoft.comFix typo
2006-05-18 simonpj@microsoft.comImprove documentation of INLINE pragmas
2006-04-26 simonpj@microsoft.comArrange that -fth is no longer implied by -fglasgow...
2006-04-02 simonpj@microsoft.comImprove newtype deriving
2006-04-11 Simon Marlowadd take to the list of functions deforestable
2006-04-07 Simon MarlowReorganisation of the source tree