Skip to content

Commit

Permalink
Attempt to publish site again
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasericsson222 committed Jun 13, 2024
1 parent 084174c commit decf144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/programming/haskell.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,4 @@ class Functor f where
```
So types can inherit the class functor. `f` is a container in this case, and `(a -> b)` is the mapping, with `f a -> f b` showing how it's only changing the item in the container.

To be continued...

0 comments on commit decf144

Please sign in to comment.