function-instances-algebra-0.1: Instances of the Algebra.* classes for functions

Safe HaskellSafe-Infered

Data.Function.Instances.Algebra.Differential

Description

Note: differentiate f is not the derivative of f. Rather, it is a function that takes one argument x and returns the derivative of f x. In other words:

 differentiate f = \x -> differentiate (f x)