Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Translate C++ code to Haskell

c++ haskell

Is it possible to leverage monadic structure if multiple monads are "mixed"?

Severity of GHC multiple package version warning

Constraints in explicit signatures for monadic bindings

What is the best Server to host a Haskell webpage (HSP)?

haskell webserver

haskell specifying ordered list in type signature

haskell dependent-type

Rigid types, function types and type declarations mix causes error

haskell

Is it possible to compile "only a file" in a cabal project?

haskell ghc cabal

remove type from type list haskell

list haskell types

Expression expansion using recursion schemes

haskell recursion-schemes

Arbitrary String generator in Haskell (Test.QuickCheck.Gen)

haskell testing quickcheck

How to authenticate from a bookmarklet in Yesod / How to add OPTIONS to Auth subsite of Yesod

haskell bookmarklet yesod

++, last & init faster than :, head & tail?

haskell primes

Haskell write a function to perform input function on list

haskell

Is it possible to get the current git SHA when building a Nix project with Hydra?

git haskell nix nix-hydra

Perplexing behaviour when approximating the derivative in haskell

haskell differentiation

How to avoid calling the same function with the same parameters twice?

haskell

How to create a polymorphic unboxed array within ST monad?

haskell

Is it possible to convert a HOAS function to continuation passing style?