Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

What does sharing refer to in the implementation of a functional programming language

Is it possible to create a Functor instance for sorted binary trees in Haskell?

Haskell - how to iterate list elements in reverse order in an elegant way?

list haskell iteration reverse

Why is haskell performing worse than java

java performance haskell

Are purely functional data structures always lock-free?

Is coffeescript's `?.` operator a monad?

haskell coffeescript monads

GADTs: Difference between 'Algebraic' and 'Abstract'?

Why ByteString is not Vector Word8?

Map with unordered tuple as key

haskell map tuples

Haskell: How to test that code isn't compiling?

haskell typechecking gadt

Get X first elements out of list

haskell

Is writing helper functions for state passing style idiomatic in Haskell?

haskell idioms

Use of Writer monad

haskell

Functor instance for a simple algebraic data type

Haskell-(Type declaration) what is "a"?

haskell type-declaration

How do I read (and parse) a file and then append to the same file without getting an exception?

file haskell exception locked

Using Maybe and Writer together

Is it possible to declare a constrained data type using record syntax?

haskell syntax gadt

ghci - defaulting confusion

Haskell: Run two monads, keep the result of the first one

haskell monads