Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

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

Why does Haskell's bracket function work in executables but fail to clean up in tests?

haskell haskell-stack

Is there any kind of statistical natural language processing library for Haskell? [closed]

haskell nlp

What is legal Literate Haskell? Formal Syntax somewhere?

What does the ($=) (dollar equals) operator do in Haskell GLUT library?

opengl haskell syntax