Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Haskell Build Automation

Python type inference for autocompletion

Is it possible to test the return value of Haskell I/O functions?

Haskell: parsing PDF

pdf haskell

Transforming a function that computes a fixed point

Every monad is monoid?

haskell category-theory

Monad transformers monad duplication

How to pass a string from Haskell to C?

c haskell ffi

Parse JSON with fieldnames that contain reserved keywords

haskell aeson

Why can't I force an IO action with seq?

haskell io seq

Kinds of bugs that are more likely/prone in Haskell programs than in other languages?

haskell

What is the difference between Either a and Either Int? What is Either a ? A polymorphic type constructor? What is its purpose?

Is it possible to 'read' a function in Haskell?

haskell

reallyUnsafePtrEquality# on constructors with no fields

haskell ghc

AllowAmbiguousTypes and propositional equality: what's going on here?

haskell ghc

How can I load optimized code in GHCI?

Change fixity of function type (->)?

Can every functional language be lazy?

Haskell why is [fst,snd] :: [(a,a) -> a]

haskell

Is it possible to derive recursion principles generically?