Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Why can (++) be used both to prepend and append using map?

haskell functor

Error installing stylish-haskell on Mac OS X on Haskell Platform 2013.2.0.0

Is there an indexed list in Haskell and is it good or bad?

How to define a strict existential type?

haskell existential-type

Using content of a string to call function with same name

haskell eval

Questionable code in GHC.Prim [duplicate]

haskell ghc

How do I attach optional attributes to values?

haskell types variant

How to implicitly import a module

haskell

fmap putStrLn getLine does not perform IO

haskell

Do notation and Monad composition

Haskell: Are list comprehensions higher order functions?

Can all recursive structures be replaced by a non recursive solution?

haskell data-structures f#

Are haskell type declarations used the same way as python class/function documentation?

How to contramap over functions?

haskell contravariance

Options.Applicative, (<>) and the Monoid type class

haskell

Is it possible to declare a typeclass instance for a type alias?

haskell

Skip the remaining actions in a monad - like return

Functor type variables for Flip data type

Haskell Declare empty list, but which is actually not empty?

Why is Int not promotable?

haskell ghc