Remix.run Logo
lpil 12 hours ago

It’s discouraged to pass around structs of functions to replicate type classes in Gleam. Instead the preference is to not type class style patterns in your projects, favouring a concrete style instead.

stuartaxelowen an hour ago | parent [-]

Does that mean pass every needed function as a parameter? Or just don’t write generic functionality?