diff --git a/multi/blog/Haskell-the-Hard-Way.md b/multi/blog/Haskell-the-Hard-Way.md index 027e673..ca1e1ce 100644 --- a/multi/blog/Haskell-the-Hard-Way.md +++ b/multi/blog/Haskell-the-Hard-Way.md @@ -2839,7 +2839,8 @@ action1 :: IO a -- in this case, generally a = () ~~~ -ou +en: or +fr: ou ~~~ value <- action2 -- where