Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Inverse injective type families

haskell type-families

Library for working with (potentially infinite) graphs defined by neighbor-list functions

algorithm haskell graph

How does this short memoization function in the GHC test suite work?

haskell memoization

How to use the dependent pair type Sigma from the singletons library?

How to define a usable Applicative instance for a vector type enforcing length 2^n

haskell

Haskell foreign import stdcall on DLL function

dll haskell linker ffi

What is the most elegant way to deal with an external library with internal state using a function programming language?

Any Sparse Linear Algebra package in Haskell? [closed]

How to use UTCTime in yesod without hidden module errors?

haskell yesod

Intelligent purely functional sets

Speed up compilation in GHC

A list with no duplicates or an ordered set

haskell

What's the difference between GHC's -c and -no-link options?

haskell linker ghc

Is it possible to make pointfree functions more readable using different combinators than (.)?

haskell pointfree

Haskell STM alwaysSucceeds

haskell ghc stm

What is GHC.Exts, and how were its contents chosen?

haskell

How can I track down GHC "Couldn't match expected type" errors?

haskell compiler-errors ghc

Why is >>= faster than concatMap when they ought to be the same thing?

performance list haskell ghc

Does each type have a unique catamorphism?

What is a measure?

haskell liquid-haskell