Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

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

difference between munch and many (satisfy p)?

parsing haskell

Is it possible to write fmap for this data type involving a type family?

haskell ghc type-families

How do you write rewrite rules for typeclass methods?

haskell optimization ghc

What are the state-of-art methods for solving functional equations?

Why is full-laziness a default optimization?

haskell ghc

When is it useful to use "strict wildcard" in Haskell, and what does it do?

In GHCi, what is the difference between ':module' and 'import'? [duplicate]

haskell ghci

How can I use parMap with a monadic function?

Which haskell array implementation to use? AKA what are the pros and cons of each

Write a Maximum Monoid using Maybe in Haskell

haskell monoids

Is GHC's auto-derived `Eq` instance really *O(N)*?

haskell ghc

Trying to implement Data.Either

haskell functor either

Sleeping until the start of the next minute

haskell time