Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Keeping Secrets in Haskell

haskell functor

A function from [Either a b] to Either [a] [b]

haskell

Why to avoid Explicit recursion in Haskell?

haskell recursion fold

Defining a function a -> String, which works for types without Show?

class haskell

How can I return a non-concrete value from a function that supports some API?

haskell

Implementing the Show class

haskell

Explain Haskell empty import list ()

haskell

Is this a reasonable view of Haskell IO?

haskell monads

Haskell List Concatenation vs. (head : tail) format

list haskell

Incomplete type signature

haskell ghc type-inference

Iterating through a String and replacing single chars with substrings in haskell

haskell

Evaluating \_ -> undefined in Haskell

haskell

Is it possible to found most of the errors in programs written in Haskell by adding a new feature, something I call it "subtype system", to Haskell?

Using Lens in Haskell to modify values

haskell lenses haskell-lens

ghci self-referencing assignment

haskell ghci

How do I get pairs of elements from infinite lists in Haskell?

`stdin` and `stdout` handle

haskell stdout stdin handle

Elegant way to write ordered comparison on multiple properties

Not in scope: <*>

haskell ghc ghci

Counting of algebraic data types