Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Why doesn't GHC complain when number constant out of range

haskell

Xmonad extension to cycle recent windows

haskell xmonad

Making monadic code shorter

haskell monads

Replacing => in place of -> in function type signature

haskell

Is this generalization of runST safe?

haskell state-monad

What is the equivalent of OCaml's modules in Haskell?

haskell module ocaml

Is this a valid type and how do I satisfy it? (two dyadic functions being composed)

haskell composition

Space leak with recursive list zipWith

Constructor that lifts (via DataKinds) to * -> A

haskell data-kinds

Why does Haskell's 'even' function slow my program down? [duplicate]

performance haskell

How to deal with Haskell's reserved keywords in record fields?

haskell aeson

Categorical structure in Haskell

haskell category-theory

Why does my functional dependency conflict disappear when I expand the definition?

Why `data` cause an infinite loop while `newtype` not

haskell arrows newtype

Bidirectional Functional Dependencies

Quantified constraints vs. (closed) type families

Is a Haskell type constructor 'just' a function?

Non-negative integers [duplicate]

haskell types

Do I need to understand how Haskell represents data to be able to write good Haskell programs?

Performance implications of using GADTs

performance haskell gadt