Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Manipulating the monad stack

Project Euler 14: performance compared to C and memoization

haskell memoization

Haskell FFI - How to handle C functions that accept or return structs instead of pointers to structs?

c haskell ffi

How to convert a failed computation to a successful one and vice versa

Does FreeT keep the equational reasoning benefits of Free?

haskell

Running a subexpression once

haskell optimization

What about arrows?

haskell

Is there a reason we can't populate types with DataKinds?

haskell data-kinds

How to fetch entity by `Int` when a `Key` is expected in the Haskell persistent library?

Are Arrows a true generalization of functions?

haskell arrows

Type System in Haskell

haskell

Capturing rules of graph using types in Scala, OCaml and Haskell

scala haskell types ocaml

Is it possible to define type with callable objects in Haskell?

haskell

Haskell Text.Parsec.Combinator choice doesn't backtrack

haskell parsec

Efficiently turn a ByteString into a hex representation

haskell bytestring

What's going on in this type signature? (Vector.Mutable modifiers in Haskell)

C++ and Haskell codes differs in execution time on different machines

"Illegal polymorphic or qualified type" in Control.Lens

haskell lenses haskell-lens

Haskell :: Aeson :: parse ADT based on field value

json parsing haskell aeson

How to inject the result of an IO action into a non-IO monadic computation