Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Hide a constructor but not the type on import

haskell module

Is there a way to make Haddock render per-argument docs for type class methods?

haskell haddock

Test that a Haskell function has a space leak

haskell

`coerce` and instantiation of type variables

haskell unification coerce

Doing dependency injection using monad stacks

With Nix, how can I specify Haskell dependencies with profiling enabled?

haskell nix

What is the dual of a prism or an affine traversal?

Is it a good or a bad thing that a suite of quickcheck tests match the implementations?

Different space behaviour when compiling from source than when linking to a package

haskell

How do i check if a string can be parsed to a certain type in Haskell?

haskell

Why does mutual yielding make ArrowApply and Monads equivalent, unlike Arrow and Applicative?

Is every Alternative Monad Filterable?

How to replace ImplicitParams with the 'reflection' package?

How to require functional dependencies in kind signature?

haskell typeclass

What is the idiomatic way to represent algebraic datatype constructors in Scheme (R6RS)?

Negative productivity in Haskell's runtime statistics

Haskell parsec parsing a string of items

haskell parsec

Overlay data structure?

memory profiling changes memory usage (for the better)

haskell memory-profiling

Is `\x -> ⊥ x` equal (under `seq`) to `⊥`, `\x -> ⊥` or nothing at all?

haskell