TELL ME WHAT THE FUCK IS A MONAD. DONT SAY IT'S A BURRITO OR A WRAPPER OR SOME MATHEMATICAL GIBBERISH

TELL ME WHAT THE FRICK IS A MONAD
DONT SAY IT'S A BURRITO OR A WRAPPER OR SOME MATHEMATICAL GIBBERISH

Mike Stoklasa's Worst Fan Shirt $21.68

Tip Your Landlord Shirt $21.68

Mike Stoklasa's Worst Fan Shirt $21.68

  1. 2 years ago
    Anonymous

    Monad deez nuts

  2. 2 years ago
    Anonymous

    A monoid in the category of endofunctors.

    • 2 years ago
      Anonymous

      I FRICKING HATE YOU
      KYS

  3. 2 years ago
    Anonymous

    Monad is the singularity. The alpha to the omega. The beginning of the end.

  4. 2 years ago
    Anonymous

    A set with an identity element and an associative binary operation. Take integers, for example. An associative binary operation is just combining two elements to map to another element in that same set. Multiplication for ints works: 2 x 3 = 6. Associative just means you can group elements however you want. The identity element in this case would be 1. For addition it would be 0.

  5. 2 years ago
    Anonymous

    A monad is side effects pretending not to be, Ophelia.

    • 2 years ago
      Anonymous

      Explicit side effects are just effects.

      • 2 years ago
        Anonymous

        >Women are women
        bigot

    • 2 years ago
      Anonymous

      >Identity is a side effect
      moron

      You know how in OOP your method can return this so you can chain calls? Yeah, that's a monad.

      no it isn't frick off moron

      Haskell cope that allows them to handle I/O while still claiming to be a purely functional language.

      wrong, that's one particular monad
      frick off

  6. 2 years ago
    Anonymous
  7. 2 years ago
    Anonymous

    A monad is like a purrito

  8. 2 years ago
    Anonymous

    A male gonad, like the ones on your chin.

  9. 2 years ago
    Anonymous

    You know how in OOP your method can return this so you can chain calls? Yeah, that's a monad.

  10. 2 years ago
    Anonymous

    Monad is the one true God that precedes every concept of god in all society, religion and even residing in philosophy. It is what exists when there is void, it is what is shown when there is existence. The mere concept of energy, space and time is simply the stage of which the monad shall execute its play without regards to the consequence it may bring in the end. Of all human history, it is the mastermind behind every events because it wants entertainment for the price of giving existence to lowly forms.

    While many religion tries to define an interactive God, such definition is futile since that which is high and holy does not give time to beings that are lowly in the hiearchy of existing beings. The monad is simply the true alpha and omega not christ.

  11. 2 years ago
    Anonymous

    crypto currency? I don't know sounds like crypto

  12. 2 years ago
    Anonymous

    The true God. The power of the monad compels the archons, and by the power of the monad, the Demiurge will be destroyed

  13. 2 years ago
    Anonymous

    idk but maybe autism kid can explain
    Another approach to error handling that I tend to like is that of Monadic Types. The Either Monad is an algebraic data type of the form Either<T, U>, where T can represent an error type, and U can represent a failure type. Using Monadic Types hearkens to functional programming, and a major benefit is that errors become type-safe - a normal function signature doesn’t tell the API caller anything about what errors that function might throw. Suppose we throw a NotFound error from inside queryUser. A signature of queryUser(userID: string): Promise<User> doesn’t tell us anything about that. But, a signature like queryUser(userID: string): Promise<Either<NotFound, User>> absolutely does. I won’t explain how monads like the Either Monad work in this article because they can be quite complex, and there are a variety of methods they must have to be considered monadic, such as mapping/binding. If you’d like to learn more about them, I’d recommend two of Scott Wlaschin’s NDC talks, here and here, as well as Daniel Chamber’s talk here. This site as well these blog posts may be useful too.

  14. 2 years ago
    Anonymous

    A nomad is a person who roams around instead of living in a single location.

  15. 2 years ago
    Anonymous

    Haskell cope that allows them to handle I/O while still claiming to be a purely functional language.

  16. 2 years ago
    Anonymous

    A monad takes any type and generates a new type that is the same thing adds an additional "computational context", depending on the monad that context might represent things like failure (with Maybe a), chaos (with lists [a]), IO access/impurity, local state, etc. In order to achieve that, each monad defines a different "bind" operation that allows you to combine two of them into one

    Just try to use them in Haskell and eventually it'll feel intuitive

    • 2 years ago
      Anonymous

      *but adds

  17. 2 years ago
    Anonymous

    it's a flatmappable data type

  18. 2 years ago
    Anonymous

    a monad is an uhhh, an aaaaaaaahh. its an uhhhh.. thing

Your email address will not be published. Required fields are marked *