Remove foldl' from Util; use the Data.List one instead
[ghc-hetmet.git] / compiler / utils / Util.lhs
2007-07-06 Ian LynaghRemove foldl' from Util; use the Data.List one instead
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-07-02 Ian LynaghRemove the unused "Eager monad"
2007-07-02 Ian LynaghAdd a type signature
2007-07-02 Ian LynaghRemove unused functions (applyToPair, applyToFst, apply...
2007-07-02 Ian LynaghRemove unused cfst (== const)
2007-07-02 Ian LynaghRemove prefixMatch and suffixMatch from Util
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-11-10 simonpj@microsoft.comAdd new utility function, partitionWith
2006-10-11 Simon MarlowModule header tidyup #2
2006-09-17 rjmccall@gmail.comModify toArgs to parse quotes/escapes like /bin/sh
2006-09-23 simonpj@microsoft.comMove snocView in the file, nearer the other spliting...
2006-08-15 simonpj@microsoft.comMoving list-length code from one place in the file...
2006-08-08 simonpj@microsoft.comGroup exports so that all length functions are together...
2006-04-07 Simon MarlowReorganisation of the source tree