summaryrefslogtreecommitdiff
path: root/libraries/base/Data
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Improve Foldable1 documentationmeooow252023-02-141-68/+91
* Update `Data.List.singleton` doc commentkonsumlamm2023-02-091-1/+1
* Assorted changes to avoid Data.List.{head,tail}Bodigrim2023-01-281-10/+9
* Document differences between Data.{Monoid,Semigroup}.{First,Last}Bodigrim2023-01-282-2/+28
* Add Foldable1 Solo instanceOleg Grenrus2023-01-281-0/+9
* CApiFFI: add ConstPtr for encoding const-qualified pointer return typesnineonine2023-01-281-0/+4
* Revert "base: NoImplicitPrelude in Data.Void and Data.Kind"Matthew Pickering2023-01-272-3/+1
* base: NoImplicitPrelude in Data.Void and Data.KindVladislav Zavialov2023-01-262-1/+3
* Restore Compose's Read/Show behavior to match Read1/Show1 instancesRyan Scott2023-01-241-7/+20
* Mark maximumBy/minimumBy as INLINE.Andreas Klebinger2023-01-161-2/+32
* Add safe list indexing operator: !?Oleg Grenrus2023-01-092-0/+2
* Explain the auxiliary functions of permutationsFacundo Domínguez2023-01-031-0/+27
* Document that Bifunctor instances for tuples are lawful only up to lazinessBodigrim2022-12-111-2/+11
* Add heqT, a kind-heterogeneous variant of heqOleg Grenrus2022-12-111-2/+10
* Restore show (typeRep @[]) == "[]"Krzysztof Gogolewski2022-12-081-0/+2
* Fix bounds-checking buglet in Data.Array.ByteMatthew Craven2022-12-081-3/+5
* Make Functor a quantified superclass of Bifunctor.Baldur Blöndal2022-11-301-3/+10
* Move Void to GHC.Base...Oleg Grenrus2022-11-302-66/+5
* Fix @since annotations on WithDict and Coerciblesheaf2022-11-301-0/+1
* Extend documentation for Data.IORefBodigrim2022-11-201-13/+29
* Fix capitalization in haddock for TestEqualityBodigrim2022-11-151-3/+3
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-1/+7
* Clarify msum/asum documentationJade Lovelace2022-11-081-2/+8
* Add `Enum (Down a)` instance that swaps `succ` and `pred`Gergo ERDI2022-10-171-2/+22
* Add type signatures in where-clause of Data.List.permutationsBodigrim2022-10-141-7/+12
* Add standard Unicode case predicates isUpperCase and isLowerCase.Pierre Le Marre2022-10-141-2/+2
* ByteArray# is unlifted, not unboxedBodigrim2022-10-111-4/+4
* Expand comment for Data.List.permutationsjwaldmann2022-10-111-0/+3
* Extend documentation for Data.List, mostly wrt infinite listsBodigrim2022-10-112-47/+208
* Add a newline before since pragma in Data.Array.ByteBodigrim2022-10-101-0/+1
* Use sameByteArray# in sameByteArrayOleg Grenrus2022-10-041-2/+1
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-211-4/+4
* Relax instances for Functor combinators; put superclass on Class1 and Class2 ...John Ericson2022-09-204-67/+106
* Fix typosKrzysztof Gogolewski2022-09-141-1/+1
* Export liftA2 from PreludeGeorgi Lyubenov2022-09-083-2/+3
* Add since annotations and changelog entriesHarry Garrood2022-08-251-0/+4
* Add inits1 and tails1 to Data.List.NonEmptyHarry Garrood2022-08-251-2/+47
* Add mapAccumM, forAccumM to Data.TraversableBoris Lykah2022-07-192-5/+78
* typosEric Lindblad2022-07-183-3/+3
* Fix incorrect proof of applyWhen’s propertiesAnselm Schüler2022-07-171-1/+1
* Add applyWhen to Data.Function per CLC propAnselm Schüler2022-07-041-0/+29
* Expand `Ord` instance for `Down`konsumlamm2022-07-031-0/+6
* Data.Foldable1: Remove references to Foldable-specific noteSimon Jakobi2022-07-021-4/+0
* Cleanup BuiltInSyntax vs UserSyntaxMatthew Pickering2022-06-281-2/+0
* Add Foldable1 and Bifoldable1 type classesBodigrim2022-06-272-0/+562
* Rename `copyByteArray` to `unsafeCopyByteArray`Matthew Craven2022-06-221-12/+12
* Check for Int overflows in Data.Array.ByteMatthew Craven2022-06-221-27/+91
* Use a class to check validity of withDictwip/withdictKrzysztof Gogolewski2022-05-271-1/+1
* [base] Fix the links in the Data.Data moduleHécate Moonlight2022-05-261-4/+2
* add since annotations for instances of ByteArrayTeo Camarasu2022-05-051-0/+9