Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Why does `fmap sum Just` typecheck?

haskell functor foldable

Can I write a higher order type for a -> b -> *?

IORef in Haskell

haskell monads ioref

What is the relationship between bind and join?

Is it possible to have recursive sum type, with each 'level' having distinct value?

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