Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

How to make the "time machine" work in Haskell?

list haskell recursion

Define variable in list comprehension format function

list haskell

What is the Haskell equivalence of PHP's associative array

haskell associative-array

Is there a way to use constructors of one type as types too?

haskell

Haskell Pipes -- Having a pipe consume what it yields (itself)

haskell pipe haskell-pipes

Kleisli Arrow in Netwire 5?

How to access the next element when using the map function?

list haskell map-function

Make constrained functions a typeclass instance

haskell typeclass

What is wrong with the following haskell typeclass instance?

haskell typeclass

How to hide context and the `IO` monad into another monad?

haskell monads

Haskell Exception: Prelude.read: no parse

haskell

forall in a kind signature

Nesting with Text.XHtml

xhtml haskell nested

is this a bug of 32bit GHC on MAC

haskell ghc

Convert from type `T a` to `T b` without boilerplate

How to define the `pure` function on `Applicative`?

haskell applicative

How can I map a binary network packet structure to Haskell standard data types (records)?

How to do generalization?

haskell

Functorial structure of functions

haskell functor