Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Simple type family example errors about non injective type function

haskell type-families

Can't make a derived instance of Num

Efficient way to write ordering instances?

sorting haskell

Type signature in a where clause

Is (reverse . f . reverse) efficient?

haskell

XTypeOperators extension doesn't work as pragma

haskell types

Automatic instance deriving after declaration

haskell typeclass

Why is a built-in function applied to too few arguments considered to be in weak head normal form?

Can I match a data constructor wildcard in Haskell?

haskell pattern-matching

Simulating interacting stateful objects in Haskell

When to use pointless style?

Generating a lists of a specific length with Haskell's QuickCheck

haskell quickcheck

Difference between where bindings, let bindings and the single assignment operator (<-)

Haskell: map runST

haskell state-monad

What does it mean that the semantics (of Haskell) are affected by the inferred types (of return type polymorphism)?

Why does the Applicative instance for Maybe give Nothing when function is Nothing in <*>

haskell functor applicative

Type inference with GADTs - a0 is untouchable

haskell gadt

difference between isNothing and (== Nothing) in Haskell?

haskell maybe option-type

yesod - getting the request body for a POST "Content-type: application/json"

haskell yesod

A way to form a 'select' on MVars without polling