Add groupWith, sortWith, the, to support generalised list comprehensions
authorsimonpj@microsoft.com <unknown>
Thu, 20 Dec 2007 11:19:29 +0000 (11:19 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 20 Dec 2007 11:19:29 +0000 (11:19 +0000)
commit848e9b5b80d5e25a2120011c4ac7b38ac4e557f8
tree5bdef1f81883e51718760573f916542320205851
parent8ee6211d0abe504d6cafe687a18ff9b2632de06e
Add groupWith, sortWith, the, to support generalised list comprehensions

  This the base-library patch to support the main compiler patch
     Implement generalised list comprehensions

  It just adds three functions to GHC.Exts.
GHC/Exts.hs