Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

How can I stream test results with cabal new-test?

haskell cabal cabal-new

A monad for piecewise mutable state

haskell state-monad

How to declare protocol for HKT in swift?

Can I somehow use a package with a later version of base than what the package specifies?

haskell haskell-stack

Simple example of call-by-need

Writing foldl as foldr confusion

What are module signatures in Haskell?

haskell haskell-backpack

Is it possible to access `WriterT`'s partially collected `tell`s in case of exception?

haskell

Is it possible to design Stack (Haskell) just like NPM (NodeJS)?

Can I prove that (forall x. Coercible (a x) (b x)) implies Coercible a b?

haskell coercion

Need explanation for list comprehension in Haskell

Reason to use String instead of Text in Haskell

haskell yesod

Is there an effective way to generate a function given a generic (esp. with monads) type signature in Haskell?

Haskell: Making Quasi-Quoted values strict / evaluated at compile-time

How do I prove type-level list properties in haskell?

Threenpenny gui - capturing mouse coordinates on click and using them to construct some state

Could cabal warn about unused package in dependencies?

haskell cabal

replacement / substition with Haskell regex libraries

regex haskell

Haskell performance implementing unix's "cat" program with Data.ByteString

Haskell: example of function of type a -> a, besides the identity