Search results

Jump to navigation Jump to search
  • The <hask>Reader</hask> monad is a bit like <hask>State</hask>, but not as general. It doesn't allow you to permanently change the environment, so that spoils This example comes with a disclaimer. You should never use <hask>Writer</hask> in this way. This example was rea
    9 KB (1,488 words) - 06:26, 18 September 2008
  • Before we get too far, I should offer a disclaimer. The Haskell [[monads]] in general and IO specifically. Monads are a purely
    9 KB (1,503 words) - 00:44, 10 May 2008
  • ...setting up a tray with trayer, and making it all play nicely together. [[#disclaimer|I use this exact configuration]] on everything from a 1024x600 Eee PC to a <span id="disclaimer"></span>
    20 KB (3,066 words) - 13:01, 24 May 2020
  • ...lelism in Haskell. Try the [[Parallel|Parallel Haskell portal]] for a more general view.'' '''Disclaimer:''' Data Parallel Haskell is very much '''work in progress.''' Some compon
    21 KB (3,158 words) - 08:39, 10 August 2022
  • ...page shows several examples of how code can be improved. We try to derive general rules from them, though they cannot be applied deterministically and are a If you don't find appropriate functions in the standard library, extract a general function.
    29 KB (4,702 words) - 12:36, 4 May 2021
  • ...we ensure that the compiler will not omit or reorder its execution? And in general: How we can work with stateful algorithms and side effects in an entirely l A little disclaimer: I should say that I'm not describing here exactly what a monad is (I don't
    82 KB (13,139 words) - 12:00, 21 July 2023