Difference between revisions of "DeepArrow/Versions"

From HaskellWiki
Jump to navigation Jump to search
 
m (→‎Version 0.1: fixed TypeCompose link)
Line 1: Line 1:
 
== Version 0.1 ==
 
== Version 0.1 ==
   
* Removed <hask>Data.Tupler</hask>. Replaced <hask>Pair1</hask> & <hask>Pair2</hask> by <hask>(:*:)</hask> and <hask>(::*::)</hask> in <hask>Control.Compose</hask> from [TypeCompose].
+
* Removed <hask>Data.Tupler</hask>. Replaced <hask>Pair1</hask> & <hask>Pair2</hask> by <hask>(:*:)</hask> and <hask>(::*::)</hask> in <hask>Control.Compose</hask> from [[TypeCompose]].
* <hask>FunD</hask> and <hask>FunDble</hask>, for convenient Arrow definitions. See also <hask>FunA</hask> & <hask>FunAble</hask> in [TypeCompose].
+
* <hask>FunD</hask> and <hask>FunDble</hask>, for convenient Arrow definitions. See also <hask>FunA</hask> & <hask>FunAble</hask> in TypeCompose.
   
 
== Version 0.0.2 ==
 
== Version 0.0.2 ==

Revision as of 20:32, 10 September 2007

Version 0.1

  • Removed Data.Tupler. Replaced Pair1 & Pair2 by (:*:) and (::*::) in Control.Compose from TypeCompose.
  • FunD and FunDble, for convenient Arrow definitions. See also FunA & FunAble in TypeCompose.

Version 0.0.2

  • Haddock comments for inpFirst & inpSecond
  • Moved the orphan Arrow instance of Pair2 from Control.Arrow.DeepArrow to Data.Tupler.

Version 0.0.1

  • Changed all files to *nix-style line endings.