Skip to content

Commit 98a4848

Browse files
committed
added Playground2
1 parent ea33368 commit 98a4848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FunGrad/Playground2.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ def DiffMap.comp {n m k : ℕ} (g : DiffMap m k) (f : DiffMap n m) : DiffMap n k
6969

7070
def DiffMap.id {n} : DiffMap n n where
7171
f x := x
72-
deriv x := sorry -- zero
72+
deriv x := sorry

0 commit comments

Comments
 (0)