Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Folding over a polymorphic list in Haskell

How to reduce binary footprint when using Haskell package 'plugins'?

haskell plugins footprint

How can I find the allocation in a Haskell function compiled with GHC?

Why does introducing associated types kill my performance?

Why do hGetBuf, hPutBuf, etc. allocate memory?

haskell io profiling

Profiling a partially evaluated program

haskell profiling ghc

Why is Parsec's uncons explicitly inlined for Text but not ByteString?

haskell inline

All type parameters depending on each other in functional dependencies

Free group monad

What is the difference between `stack clean` and removing the `.stack-work` directory?

haskell haskell-stack

Vector creation safety

Efficient bitstreams in Haskell

problem running wxHaskell (Windows)

haskell wxhaskell

Is there a way to resolve type synonyms in haskell?

haskell types

Explicit forall on a type class function

haskell typeclass forall

Type Family Shenanigans in GHCi

haskell ghc

Type (in)equalities in the presence of data families