Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Church-Rosser Theorem Example in a Functional Programming Language

Encoding "Less Than" with Haskell

For different possible Monad instances of a type, is the implied Functor instance always the same?

Is the concept of an "interleaved homomorphism" a real thing?

creating MonadBaseControl instance for newtype

Does Haskell's type system honor the Liskov Substitution Principle?

Parsing Indentation-based syntaxes in Haskell's Parsec

Ambiguous module name `Prelude'

haskell xmonad

What good is Control.Category?

polymorphic function on existential type

haskell existential-type

Purity of functions generating ByteString (or any object with ForeignPtr component)

haskell bytestring

How lazy is Haskell's `++`?

Irrefutable pattern does not leak memory in recursion, but why?

How do I get consistent criterion benchmarks, or interpret results across runs?

When (if ever) can type synonyms be partially applied?

Result of -1%7 is different in javascript(-1) and python(6)

javascript python haskell

How do I derive the type for this function:

haskell types composition

Haskell laziness - how do I force the IO to happen sooner?

haskell io lazy-evaluation

On improving Haskell's performance compared to C in fibonacci micro-benchmark

type declarations in 'where' -- what's going on?

haskell types where-clause