Vector-space/Versions

From HaskellWiki
< Vector-space
Revision as of 18:26, 20 May 2008 by Conal (talk | contribs) (caught up through version 0.1)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Version 0

Version 0.1

  • Changed representation of the derivative part of a :> b. Was a :> (a :-* b). Now a :-* (a :> b), which can also be written a :~> b (leaving the derivative's linearity implicit). The type a :~> b means infinitely differentiable functions from a to b.

Version 0.0.1

  • Oops - there's a serious mistake in the derivatives code in versions up through 0.0.1. I'm working on a solution.