Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Polymorphic pattern matching results in ambiguous type

Avoiding explicit recursion in Haskell

Tips for more elegant code with monads?

Why am I getting "Non-exhaustive patterns in function..." when I invoke my Haskell substring function?

Mixing Monads in Haskell

How to use hsc2hs to bind to constants, functions and data structures?

haskell ffi hsc2hs

how can I implement this monad transformer with a continuation?

How to implement early exit / return in Haskell?

Existential type in higher order function

haskell existential-type

Why can I curry one of the patterns but not the other in my pattern matching?

How to monitor computation process in Haskell

haskell

Writing generic instances for Fix/Mu in F-algebras

Is there any difference between "MonadIO m" and "MonadBaseControl IO m"?

haskell monads conduit

Fundamentals of Haskell Type Classes and "could not deduce (~) from the context (~)" error

Convert HANDLE to Handle

winapi haskell io

have ghci list all possible type class instances?

haskell typeclass ghci

When generalizing monad, performance drops nearly 50%

Parsec how to find "matches" within a string

haskell parsec

Is it possible to pipe source code to GHC through standard input?

haskell ghc

Tidying up Monads - turning application of a monad transformer into newtype monad