Parcourir la source

exercise 4.1: add header

George C. Privon il y a 2 ans
Parent
commit
be0190da3f
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      04-motion/exercises/ex4.1.hs

+ 3 - 0
04-motion/exercises/ex4.1.hs

@@ -1,3 +1,6 @@
+-- Exercise 4.1
+-- George C. Privon
+-- 2023-12-22
 type R = Double
 type Derivative = (R -> R) -> R -> R