Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Type roles and confusing behavior by `coerce`

haskell roles coerce

Use Haskell like Prelude modules in a module in raku

haskell raku

Is IO a Free Monad?

haskell io monads free-monad

How do you structure a stateful module in Haskell?

haskell

Show-ing functions used in QuickCheck properties

haskell quickcheck

What is the point of the strictness declaration?

haskell lazy-evaluation

HUnit/QuickCheck with Continuous Integration

Data constructor in template haskell

haskell template-haskell

Haskell function that takes a variadic function as an argument (and returns something else than that func) without FlexibleInstances, pure Haskell2010

ViewPatterns and multiple calls in Haskell

In haskell how can I uppercase a unicode character with respect to current locale

haskell unicode

Pipes and callbacks in Haskell

haskell

What's the most efficient way to represent finite (non-recursive) algebraic type values?

Reasoning about IORef operation reordering in concurrent programs

haskell concurrency ghc ioref

How do people typically develop Haskell modules?

haskell cabal

Why does this cause a memory leak in the Haskell Conduit library?

How Haskell's "composing lenses using function composition" with that weird order of arguments could be implemented?

Why does Haskell point free version of function result in ambiguous type error?

Why does GHCI get "stuck" in an error state after an error?

haskell monads io-monad

Special runtime representation of [] type?

haskell ghc