@@ -1,6 +1,6 @@
-- Exercise 4.4
-- George C. Privon
--- 2023-12-22
+-- 2024-07-20
type R = Double
type Derivative = (R -> R) -> R -> R