Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Create arbitrarily nested list structure in Haskell

haskell

Error: "...because type variable ‘t’ would escape its scope" using package "servant" in Haskell

haskell

Why can't I define a type in GHCi?

haskell ghci

Generate syntax-colored, hyperlinked source code from Haskell or Objective-C

objective-c haskell

Haskell output a list of ascii value

list haskell

Haskell Prelude.head error, empty list

What's an efficient way to pluck an element out of a list and return the element, and rest of list in a tuple?

haskell

How to restart a sandboxed and custom-compiled Xmonad

haskell xmonad

is the Y-Combinator a monad?

using cabal readline package on i386 macbook (snow leopard)

all possibilities of dividing a list in two in Haskell

list haskell split

Record syntax clarification

haskell

Self-referencing data structures

haskell

How can I use Aeson to decode JSON files with Unicode characters?

json parsing haskell utf-8 aeson

Unable to compile Haskell program ("Couldn't match" errors)

How to pass a string list to putStr

haskell monads

Replacing multiple substrings with respective replacements

haskell replace