Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

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

How to define equality for Category instances?

haskell category-theory

Parsec and custom parsing error type

haskell parsec

Is it possible to hide specific functions from appearing in the documentation using haddock?

haskell haddock

How to force g++ to inline functions?

c++ haskell inline ffi ghci

Haskell version of yin-yang puzzle : Kind incompatibility error

haskell data-kinds