aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blog/gonads-2022-04-24.markdown4
1 files changed, 0 insertions, 4 deletions
diff --git a/blog/gonads-2022-04-24.markdown b/blog/gonads-2022-04-24.markdown
index b60a266..914c7d4 100644
--- a/blog/gonads-2022-04-24.markdown
+++ b/blog/gonads-2022-04-24.markdown
@@ -397,10 +397,6 @@ func NewThunk[T any](doer func() T) *Thunk[T] {
}
```
-- [ ] Fibonacci example
- - [ ] Why is this slow? I have no idea
- - [ ] Numa\ this is the power of gonads!
-
Now, for an overcomplicated example you can use this to implement the
Fibonacci function. We can start out by writing a naiive Fibonacci
function like this: