Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

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

How to proof the number of possible functions?

haskell

Building GHC: configure fails on happy despite successful cabal install

haskell ghc cabal happy

How to repeat a list of functions in haskell

How can I concisely modify a record's field?

haskell record

How exactly does `IO`'s >>= work under the hood?

haskell io monads