Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Is literate programming in Haskell really "literate programming"?

How do I write a game loop in Haskell?

How does one statisfy a class constraint in an instance of a class that requires a type constructor rather than a concrete type?

haskell type-constructor

How can eta-reduction of a well typed function result in a type error?

haskell higher-rank-types

What does fixIO do?

haskell

Open Type Level Proofs in Haskell/Idris

Why are there so many backslashes (\) in the *.prof file?

haskell

Can Haskell or OCAML handle sensitive data without leaking via garbage collection?

Applying a fixed-length-vector-function to the inital part of a longer fixed-length-vector

Type parameters constraints for instances of typeclasses with kind * -> *

haskell typeclass

Haskell default io buffering

haskell buffering xinetd

why are the state and reader monads functions while the writer monad is a tuple?

haskell state monads functor

Practical use of `foldl`

haskell fold foldleft

How can (<$>) be left associative

haskell associativity

Trivial parsec example produces a type error

haskell parsec

Haskell cartesian product of infinite lists

Directory contents in Haskell

haskell filepath

Haskell: How to parse an IO input string into a Float (or Int or whatever)?

Parsec or happy (with alex) or uu-parsinglib

GHC Generating Redundant Core Operations

performance haskell ghc core