Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Haskell: Check if integer, or check type of variable

haskell

Type-safe matrix multiplication

How to avoid OOP deep class hierarchies when switching to Haskell?

haskell

Using Overloaded Strings

Efficient table for Dynamic Programming in Haskell

Monadic expressions in conditionals - GHC compiles, cabal refuses

haskell cabal

Why aren't FingerTrees used enough to have a stable implementation?

Modular Program Design - Combining Monad Transformers in Monad Agnostic functions

Monoidal Functor is Applicative but where is the Monoid typeclass in the definition of Applicative?

haskell applicative

Are codatatypes really terminal algebras?

Mutability in functional programming

Showing two different fibonacci functions are equivalent

Name of type pattern: R a b = Q (a -> (R a b,b))

Calculating work done by f x = (x,x)

Theoretically, is this a valid comonad instance for a list?

list haskell comonad

How to detect a Monad?

haskell monads

Understanding Type of IO () in `let` Expression

haskell

How do you do an in-place quicksort in Haskell

haskell

Closures (in Haskell)

haskell closures

Haskell: Between a list and a tuple