summaryrefslogtreecommitdiff
path: root/docs/users_guide/exts
Commit message (Expand)AuthorAgeFilesLines
* docs: Remove mentions of ArrayArray# from unlifted FFI sectionRodrigo Mesquita2023-05-051-21/+18
* Add sized primitive literal syntaxBen Orchard2023-05-034-0/+54
* Give more guarntees about ImplicitParams (#23289)Andrei Borzenkov2023-04-251-2/+21
* User's guide: DeepSubsumption is implied by Haskell{98,2010}amesgen2023-04-211-0/+2
* Minor doc fixesKrzysztof Gogolewski2023-04-211-0/+8
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-241-6/+21
* fix: Update documentation linksromes2023-02-211-2/+2
* Mention new `Foreign.Marshal.Pool` implementation in User's Guideamesgen2023-02-141-5/+3
* Remove extraneous word in Roles user guideJan Hrček2023-02-061-1/+1
* compiler: Implement higher order patterns in the rule matcherJaro Reinders2023-02-021-0/+26
* User's guide: Clarify overlapping instance candidate eliminationJason Shipman2023-01-301-2/+2
* CApiFFI: add ConstPtr for encoding const-qualified pointer return typesnineonine2023-01-281-0/+12
* Revert "CApiFFI: add ConstPtr for encoding const-qualified pointer return typ...Ben Gamari2023-01-281-12/+0
* Set "since: 9.8" for TypeAbstractions and -Wterm-variable-captureVladislav Zavialov2023-01-231-1/+1
* Move documentation of deferred type error flags out of warnings sectionAdam Gundry2023-01-181-1/+59
* Document the semantics of pattern bindings a bit betterSimon Peyton Jones2023-01-172-67/+163
* Refactor the treatment of loopy superclass dictswip/T20666Richard Eisenberg2023-01-111-10/+94
* Introduce the TypeAbstractions language flagVladislav Zavialov2023-01-114-80/+99
* Misc cleanupKrzysztof Gogolewski2023-01-052-2/+5
* Drop support for kind constraints.wip/p547Richard Eisenberg2022-12-241-34/+2
* Fix #22300 Document GHC's extensions to valid whitespaceMike Pilgrem2022-12-092-0/+30
* Document TH splices' interaction with INCOHERENT instancesRyan Scott2022-12-091-0/+72
* CApiFFI: add ConstPtr for encoding const-qualified pointer return types (#22043)nineonine2022-11-231-0/+12
* Add documentation on custom Prelude modules (#22228)Lawton Nichols2022-11-231-3/+42
* Implement UNPACK support for sum types.Madeline Haraj2022-11-141-1/+7
* Fix syntaxKrzysztof Gogolewski2022-10-211-1/+1
* Document how to quote certain names with spacesDavid Feuer2022-10-211-7/+8
* Fix docs for pattern synonymsBrandon Chinn2022-10-041-2/+2
* implement proposal 106 (Define Kinds Without Promotion) (fixes #6024)Ross Paterson2022-09-273-0/+62
* Fix typosKrzysztof Gogolewski2022-09-145-6/+6
* Allow imports to reference multiple fields with the same name (#21625)Adam Gundry2022-09-131-1/+8
* Update instances.rst, clarifying InstanceSigssheaf2022-09-061-5/+30
* users-guide: Rephrase the rewrite rule documentationBen Gamari2022-08-161-2/+2
* users-guide: Fix incorrect reference to `:extension: roleBen Gamari2022-08-161-1/+1
* Updates language extension documentationTrevis Elser2022-08-1044-59/+105
* User's guide: fix typo in hasfield.rstsheaf2022-08-021-1/+1
* Docs: fix mistaken claim about kind signaturessheaf2022-07-281-8/+37
* docs: Fix documentation of \casesSimon Jakobi2022-07-251-3/+3
* Docs: clarify ConstraintKinds infelicitysheaf2022-07-251-11/+17
* Implement DeepSubsumptionSimon Peyton Jones2022-07-252-10/+36
* Allow `let` just before pure/return in ApplicativeDoZiyang Liu2022-05-061-5/+4
* Update user guide example rewrite rules formattingMarius Ghita2022-04-301-3/+3
* Ensure that Any is Boxed in FFI imports/exportssheaf2022-04-271-2/+3
* Document behaviour of RULES with KnownNatBodigrim2022-04-251-0/+9
* Document that DuplicateRecordFields doesn't tolerates ambiguous fieldsHécate Moonlight2022-04-123-106/+70
* Fixes to 9.4 release notesKrzysztof Gogolewski2022-04-081-2/+2
* Properly explain where INLINE pragmas can appear.Andreas Klebinger2022-04-071-6/+41
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-012-5/+19
* Change GHC.Prim to GHC.Exts in docs and testsKrzysztof Gogolewski2022-04-013-5/+4
* Document typed splices inhibiting unused bind detection (#16524)jberryman2022-03-281-0/+3