Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Haskell: Lazy vs. Strict Text values, which one is recommended when?

haskell text

GHC rewrite rules with class constraints

haskell ghc conduit

How can I deal with comments in my AST?

Word foldl' isn't optimized as well as Int foldl'

haskell optimization ghc

Proc syntax in Haskell Arrows leads to severe performance penalty

haskell arrows

What type corresponds to a xor b in type theory?

Implementations of spatial indexes in Haskell?

haskell spatial-index

How to create instance of Read for a datatype in haskell

haskell typeclass

Haskell GUI programming tools

haskell

GADTs vs. MultiParamTypeClasses

haskell gadt

Haskell pattern matching on GADTs with Data Kinds

Is it possible to annotate a function's special properties (e.g. surjectivity)?

Find inferred type for local function

haskell type-inference ghci

Style vs Performance Using Vectors

haskell lambda pointfree

Why context is not considered when selecting typeclass instance in Haskell?

haskell typeclass

Pattern synonyms lead to unexhaustive pattern matching

Trees with values on the leaves only

haskell tree binary-tree

Are the "natural transformations" we apply on Coyoneda to get a Functor actually "natural transformations"?

haskell category-theory

How can I work in nested monads cleanly?

Mix and match stateful computations within the State monad