Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Is there a name for this subset of bifunctors?

Jquery like selector in Haskell

jquery haskell

From OO to functional programming at 10,000 feet

Problem with incomplete input when using Attoparsec

haskell attoparsec

Adding type constraints to the context of instance declarations in Haskell

Program Structure -- Simple Commandline To Do List App -- What's the Haskell way?

FFI in Haskell, question about the LANGUAGE CPP and how to use a c struct with the FFI

haskell ffi

How can I detect if GHC is set to generate 32bit or 64bit code by default?

Fixed-size list in Haskell (i.e. array with list-like API)

arrays list haskell

Downloading from HTTPS

haskell https

Achieving the right abstractions with Haskell's type system

haskell -- rank n constraints? (or, monad transformers and Data.Suitable)

How to avoid converting among different 'string' types in haskell, using snapframework?

Type errors with Existential types in Haskell

cabal can't read bytestring cabal file, with ghc 7.4.1

haskell ghc

Functions for different data constructors

haskell

How do I build a simple project with Cabal?

haskell makefile cabal

Lenses for MVC framework in Haskell

Why can't ContT be made an instance of MonadError?

Indexing into containers: the mathematical underpinnings