diff --git a/content/blog/haskell_catamorphisms.md b/content/blog/haskell_catamorphisms.md index 940cce1..fab0a11 100644 --- a/content/blog/haskell_catamorphisms.md +++ b/content/blog/haskell_catamorphisms.md @@ -64,7 +64,7 @@ If we kept going with this process infinitely, we'd eventually have what we need {{< /latex >}} But hey, the stuff inside the first set of parentheses is still an infinite sequence of applications -of the function $\\text{lengthF}$, and we have just defined this to be $\\text{length}$. Thus, +of the function \\(\\text{lengthF}\\), and we have just defined this to be \\(\\text{length}\\). Thus, we can rewrite the above equation as: {{< latex >}}