Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Is it possible to showcase the different strategies of evaluation by modifying this simple reducer?

Missing attributes for links and other types of elements in pandoc

haskell pandoc

How can I use multi-line input with QuickCheck in doctest?

haskell doctest quickcheck

Why is "cabal update" so slow and could I do it manually?

haskell cabal

Working with the `MonadBaseControl` API

Running the Haskell compiled to JavaScript on the JVM

haskell ghcjs

Why is it impossible to Applicative-traverse arrays? (Or is it?)

Infinite loop in bubble sort over Traversable in Haskell

Is there an efficient, lazy way to fuse foldMap with traverse?

haskell traversal fold

Can a universal and existential quantifier for a constructor be commuted in pattern matching?

haskell

What are modern continuation operators all about? [closed]

FRP (reactive): How to use filterE?

haskell frp

Can't link OpenCL on Windows with GHC

windows haskell linker opencl

Did I just write a continuation?

haskell continuations

Agda: parsing nested lists

Restricted Monoid type values composition

haskell

Is it valid to lift positive positive forall quantifiers to the outside?

haskell quantifiers

Getting input into Netwire programs

haskell frp netwire

Defining Categories and Category Laws in Haskell

Can GHC warn about the uses of dangerous non-total functions?