Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Retrieve a list of all imports in a Haskell project

haskell code-analysis

Can partition be applied to `a -> IO Bool`?

haskell monads

Listing the paths to leaves in a tree

list haskell tree

"Sub-parsers" in pipes-attoparsec

Can't find a proper signature for a function using STUArray (neither can GHC)

Hughes' Arrowed FilterA Exercise

haskell

Dependently typed 'ZipVector' Applicatives

scala - Analog of Haskell's sequence [duplicate]

scala haskell monads

Rewriting trees

How to tell what type the DynamicImage loaded by Codec.Picture is

haskell types codec

Conditional Compilation inside Literate Haskell

Couldn't match kind `*' against `#'

can I make StateP from Control.Proxy an instance of MonadState?

How would one create a proper polymorphic Functor instance failing on unsafeVacuous?

Parsec fails without error if reading from file

parsing haskell parsec

Data families vs Injective type families

haskell ghc type-families

Are applicative transformers really superfluous?

haskell stream typeclass

How to load tests in ghci with stack

haskell cabal haskell-stack

Assigning literals to terms in GHC

Inferred type appears to detect an infinite loop, but what's really happening?