Dammit (disambiguation)

Dammit may refer to:

Music

  • "Dammit", a 1997 song by Blink-182
  • Dammit!, a 1990 album by 311
  • Dammit, a 1997 solo album by Fred LeBlanc
  • "Dammit Janet", a 1973 song from The Rocky Horror Show musical by Richard O'Brien

Other

  • "Dammit", a series of comedy sketches on the British TV programme A Bit of Fry and Laurie
  • Toby Dammit (born 1966), American musician
gollark: What `join` does is basically collapse two nested monady things into one.
gollark: So `fmap (+1) (Just 4)` is `Just 5`, but `fmap (*2) Nothing` is `Nothing`.
gollark: No.
gollark: For `Maybe`s, `fmap` will run a function you give it over its one element if it has one, or just return `Nothing` if there isn't one.
gollark: Now, you can actually replace `>>=` with `fmap` and `join`.

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.