Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Rewrite rules with newtype

implementation of sequenceA using traverse

haskell types

XMonad on Nix - cannot find xmonad-contrib

haskell ghc xmonad nix

What is the special status of the 2-tuple?

haskell tuples

Is there a typeclass in haskell for boolean values?

haskell typeclass

How to replace paths to executables in source code with Nix that are not in PATH

haskell executable nix nixos

Finding unused Haskell functions in a module or file?

haskell ghc

Yesod app in Docker container can't make network requests

Git repos in extra-deps

What is Fokkinga's prepromorphism meant to do?

haskell recursion-schemes

How to add package to cabal2nix generated `env`?

haskell cabal nix nixos

Is there a way to script a ghci session?

bash haskell ghci

Depend on test from bench

haskell cabal

How to enable language extensions / pragmas project wide by default?

haskell cabal haskell-stack

Is what I wrote an actual monad?

Haskell: pattern matching on Num types

haskell pattern-matching

How can I "refresh" the last line of output in terminal, if I want to use a pretty-printing library to add colours?

Is it possible to use GHC.Stack.HasCallStack in a typeclass declaration and/or instantiation?

haskell

Haskell: Should I get "Stack space overflow" when constructing an IntMap from a list with a million values?

haskell stack-overflow

Combine ST and List monads in Haskell