Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Recursion schemes using `Fix` on a data-type that's already a Functor?

Is it possible to re-implement `Enum` deriving using GHC generics

haskell generics enums

Complete minimal example for using quickCheckAll

haskell quickcheck

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?