Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

What's the difference between `traceIO` and `hPutStrLn stderr`?

debugging haskell

Modular equations in Haskell

Haskell sets (0/0) as qnan

Does Backwards admit a Monad instance?

haskell monads

Two functions compile with type annotations. Remove one annotation - doesn't compile. Remove two - compiles again. Why?

haskell types type-systems

More Descriptive Error Messages From GHC

What GHC optimization is responsible for duplicating case expressions?

haskell optimization ghc

Analog of free monads for Profunctors

How to force GHC to evaluate static expression only once

haskell optimization

How to deal with incomplete JSON/Record types (IE missing required fields which I'll later fill in)?

haskell yesod aeson

In emacs stack-ghci cannot load interface files but `stack build` from the command line does

haskell emacs haskell-stack

Application of type-level arguments of Kind other than Type

haskell type-kinds

how to see the implemented code of a function of a module in haskell?

Automatically inserting laziness in Haskell

Patching a recursively-defined list without a <<loop>>

haskell tying-the-knot

How do I make this function consume its input bit stream lazily?

haskell huffman-code

How can I call a Haskell function from Golang?

haskell go ffi

Failable match on a seemingly irrefutable GADT pattern

haskell monads gadt

Partial application versus pattern matching: why do these Haskell functions behave differently?

Minimize parenthesis when printing expression