Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Haskell equivalent of C# 5 async/await

c# haskell asynchronous

using types to prevent conflicting port numbers in a list

haskell

Can GHCJS/Haste compile themselves?

haskell ghcjs haste

What are some types that discriminate between categories?

Statically link C++ library with a Haskell library

haskell ghc cabal

Examples of "undoable" applicative functors?

Testing QuickCheck properties against multiple types?

testing haskell quickcheck

The reason for MonadState get and put?

state monads haskell

Reasoning laziness

haskell lazy-evaluation

How does GHC/Haskell decide what character encoding it's going to decode/encode from/to?

Haskell Cabal: How to ignore dependencies

haskell dependencies cabal

Alias for a function name has a different type signature. Why?

haskell types

Controlling parallel execution

Removing "case" with duplicate branches from Haskell's Core

haskell core repa

Making a grid-like data type in haskell

Write a parallel array Haskell expression once, run on CPUs & GPUs with repa and accelerate

Can exceptions sneak between restore and mask?

Is there a fast algorithm to determine the godel number of a term of a context free language?

Append for type-level numbered lists with TypeLits

haskell

Is it possible to get the Kind of a Type Constructor in Haskell?

haskell type-kinds