Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Type comparison in Haskell

haskell

Attoparsec hangs

haskell attoparsec

How do you idiomatically add 1 to two Maybe Int and then multiply them together in haskell

haskell

How to write a Representable instance using only Distributive properties?

Lenses and TypeFamilies

Why does type class coverage condition fail in Haskell but not PureScript

haskell purescript

Newtype Deriving Monad Error

Parsec: Skipping first line

haskell parsec

Aeson: derive some (but not all) fields of a struct

json haskell aeson

How does currying work?

haskell currying

The difference between type and newtype in Haskell

haskell types

How can I fix this Monomorphism Restriction warning

Haskell fmap over custom data type

Which is your favorite "hidden gem" package on Hackage? [closed]

haskell package hackage

How are functors in Haskell related to functors in category theory?

How can I use a specific version of a Haskell package with Nix?

haskell nix

Is this a generic transformer for any monad?

How to efficiently rotate an OpenGL scene in Haskell?

haskell opengl 3d