Difference between revisions of "DeepArrow/Versions"

From HaskellWiki
Jump to navigation Jump to search
m (Reverted edits by Tomjaguarpaw (talk) to last revision by Conal)
m (To be deleted, if no new content appears...)
 
Line 12: Line 12:
   
 
* Changed all files to *nix-style line endings.
 
* Changed all files to *nix-style line endings.
  +
  +
[[Category:Pages to be removed]]

Latest revision as of 02:04, 9 April 2021

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.