{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreiguvgy4owihy4qsjw5out3gtgfwshzz5vw7qx5wihkgkupv3amiuy",
"uri": "at://did:plc:pi6woz4d47bkuws673w2il2r/app.bsky.feed.post/3mlljwdle5wg2"
},
"path": "/t/is-there-an-idiomatic-haskell/14042#post_9",
"publishedAt": "2026-05-11T13:48:52.000Z",
"site": "https://discourse.haskell.org",
"textContent": "tobz619:\n\n> `fmap` is one of the most useful functions ever.\n\nbut avoid with tuples unless golfing:\n\n\n λ> fmap (const 9) (1,2)\n (1,9)\n λ> fmap (const 9) (1,2,3)\n (1,2,9)\n",
"title": "Is there an idiomatic Haskell?"
}