Fixed
This comment is hidden because it contains spoiler information about the solution
Use the spoiler flag when you post hints (or the formula...) to a kata.
Or, without the index:
replicateM_ 250 $ do test
forM_ [1..250] $ \ i -> do test return () -- unnecessary if final line is `shouldBe` something -- that already returns ()
No, it isn't. That is just idiomatic Haskell.
Loading collection data...
Fixed
This comment is hidden because it contains spoiler information about the solution
Use the spoiler flag when you post hints (or the formula...) to a kata.
Or, without the index:
No, it isn't. That is just idiomatic Haskell.
This comment is hidden because it contains spoiler information about the solution