Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Haskell program hangs when mixing compiled and interpreted code

haskell runtime-error ghc

Use cases for adjunctions in Haskell

How to define multiple type of comment block in Parsec

delphi haskell parsec

Hindley-Milner algorithm: using types to ensure bindings are applied

haskell types unification

parallel parMap and strategies

haskell

Is there a way to kill all forked threads in a GHCi session without restarting it?

A list whose "Nil" carries a value?

Why does my HUnit test suite fail but pass successfully in Cabal?

unit-testing haskell hunit

Why doesn't (*3) `map` (+100) work in Idris?

haskell idris

What is the connection between primitive recursion and catamorphisms?

Why wrapping the Data.Binary.Put monad creates a memory leak?

Haskell records, cleaner approach?

haskell record

GHC Optimization: Collatz conjecture

haskell optimization

How to combine Haskell code with Objective-C for iOS development?

Stricter Strict State Monad

What are the applicative functor laws in terms of pure and liftA2?

haskell applicative

Haskell Performance by Example

performance haskell ghc

Why does `forall (a :: j) (b:: k)` work differently than `forall (p :: (j,k))`?

"Generalized arrows" and proc notation?

Is there an haskell EDSL for writing lexers?

haskell parsec alex