[project @ 2006-01-06 15:51:23 by simonpj]
authorsimonpj <unknown>
Fri, 6 Jan 2006 15:51:23 +0000 (15:51 +0000)
committersimonpj <unknown>
Fri, 6 Jan 2006 15:51:23 +0000 (15:51 +0000)
commit94dc10bc5f7cbf36814e9158979d0e8fde7c5eef
tree4ab57c1911fb5106bbf35e953daaddf03d2a30d5
parent42184f4c08e768b391c3d32f65e668fca0eb05a3
[project @ 2006-01-06 15:51:23 by simonpj]
Eta-expand some higher-rank functions.  GHC is about to
move to *invariant* rather than *contra-variant* in function
arguments, so far as type subsumption is concerned. These
eta-expansions are simple, and allow type inference to
go through with invariance.
Data/Generics/Instances.hs
Data/Generics/Twins.hs
Data/IntMap.hs
Data/Map.hs
Data/Sequence.hs
Data/Set.hs