Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

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

How to get size of file in Haskell using hFileSize

haskell

Can I add an instance declaration in GHCi

haskell ghc typeclass ghci

reactive-banana: How to create an AddHandler?

How can I test a higher-order function using QuickCheck?

haskell quickcheck

How can I combine two type constraints with a logical or in Haskell?

Haskell: Flatten binary tree

Arrow equivalent of mapM?

haskell arrows

Game server in Haskell