Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Processing a very large text file with lazy Texts and ByteStrings

Haskell: human readable dates

haskell

How to avoid default return value when accessing a non-existent field with lenses?

haskell haskell-lens

What is the most general way to compute the depth of a tree with something like a fold?

haskell tree fold

How can I express foldr in terms of foldMap for type-aligned sequences?

How to let default values come from the database?

haskell yesod

Silly duplicated record fields error

haskell

Generalization of strong and closed profunctors

Is there a convenient way to use a pattern as a predicate function?

haskell

Which XML parser for Haskell?

xml haskell parsing

How to make ghci support ^p to go up?

Haskell or Ocaml with OpenGL and SDL precompiled distribution for Windows

windows opengl haskell ocaml sdl

Design patterns for static type checking [closed]

Real World Haskell Chapter 3 excercise: Binary Tree with 1 value constructor

haskell

how to use hoogle locally (like ctags)?

haskell cabal haddock

Does Writer Monad guarantee right associative concatenation?

haskell monads writer

Haskell function that takes a type and a value and checks if value has that type

haskell types

Haskell: Getting a value out of an RVar in Data.Random

haskell random monads

Strict fmap using only Functor, not Monad

haskell monads strictness

Freeing memory allocated with newCString