DeepArrow/Versions

From HaskellWiki
< DeepArrow
Revision as of 19:22, 10 September 2007 by Conal (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.