Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

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

How to make this code more compact and readable?

haskell coding-style

How can one implement a forking try-catch in Haskell?

haskell try-catch fork

Is there an accurate way in Haskell to encode tuple of Foo, where some certain combinations are forbidden?