>>> import Prelude (Float) >>> import InfBackprop (call, derivative) >>> call exp 2 7.38905609893065
>>> import Debug.SimpleExpr.Expr (variable) >>> x = variable "x" >>> derivative exp x 1·exp(x)