Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Getting constant length retrieve time constant with immutable lists in a functional programming context

Haskell idiom for 'selective' map

haskell map

Redundant if statement warning in haskell

Make ReadArgs 1.0 work with a single argument

"cabal install ___" breaks previously installed packages

haskell ghc cabal

Loop with StateT: Why this loop doesn't loop

haskell

sorting integers fast in haskell

sorting haskell int

Haskell: Why was `par` defined the way it was?

Haskell: recursively convert hex string to integer?

GHCI not so lazy on Windows?

Is undefined a partial list in Haskell?

list haskell

Haskell: use Maybe but print an actual number rather than "Just ... "

haskell max

Cartesian product of infinite lists in Haskell

Is it possible to provide a custom pattern decomposition in Haskell?

"Strategy Pattern" in Haskell

Haskell function to cast as a type

haskell types

What data structure for an array of bit flags?

arrays haskell bitflags

Haskell - How to use a function that returns 'Maybe Int' as an argument to another function?

haskell

Implementing List#flatten in Haskell

scala haskell

Is it possible to implement a function that returns an n-tuple on the lambda calculus?