浏览代码

exercise 4.1: add header

George C. Privon 2 年之前
父节点
当前提交
be0190da3f
共有 1 个文件被更改,包括 3 次插入0 次删除
  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