Added Data.Function (Trac ticket #979).
authorNils Anders Danielsson <nad@cs.chalmers.se>
Fri, 10 Nov 2006 12:25:03 +0000 (12:25 +0000)
committerNils Anders Danielsson <nad@cs.chalmers.se>
Fri, 10 Nov 2006 12:25:03 +0000 (12:25 +0000)
commit4c73deaea29ea99540ea7763cd16e808361a85b1
tree7e9bd5c24a07d979a5cf0e4c1fd775393af5e93e
parent567080c906535534628b1ab83a4a4425dcd4bb5e
Added Data.Function (Trac ticket #979).
+ A module with simple combinators working solely on and with
  functions.
+ The only new function is "on".
+ Some functions from the Prelude are re-exported.
Data/Function.hs [new file with mode: 0644]
Data/List.hs