Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Using a private git repository with Stack

git haskell haskell-stack

Map from one data structure to another

haskell

Precomposing monad transformers

Cartesian product of heterogeneous lists

Using a Monadic eDSL from the REPL

How does Haskell convert integer literals to different types?

haskell

Understanding Data.Function.on type signature

haskell type-signature

Why am I getting the "Equations for ... have different numbers of arguments" message?

haskell

Haskell: Turtle: get a return value out of a Shell

haskell haskell-turtle

Derived instance in Haskell

haskell deriving

Balanced Language, 2 Non-Terminal Symbols, List Comprehension

How exactly does the `(<*>) = ap` Applicative/Monad law relate the two classes?

haskell monads applicative

The difference in Haskell function argument type declaration

haskell

What is code introspection in haskell?

Haskell: Library function to convert hexadecimal to binary notation

haskell hex libraries

Is there a more readable way of rewriting this pure function to use the Writer Monad?

haskell monads

Is it possible to express the type of (Type,Value) pairs on Haskell?

haskell types

Look up type synonyms in haskell

haskell ghci

How to mark unreachable cases in pattern matching

haskell

haskell hide import of star-operator

haskell