Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

syntax of ST monad declaration

haskell st-monad

violation of Haskell indentation rules for if-then-else

haskell

Unit testing IO Int and similar in Haskell

haskell

Adjoint functors determine monad transformers, but where's lift?

How to think about the lack of laws

haskell math types

Why can't i re-use same value constructor among different data types?

Is it possible to specify a `stack.yaml` file for a haskell script?

haskell haskell-stack

Unexpected caching behavior using polymorphic records in Haskell

haskell polymorphism record

Fastest way to read large binary file in Haskell?

haskell

Haskell token "#"

haskell

Control.Exception.evaluate treats thunks generated by equivalent functions differently

haskell

How does Haskell's type system generate this error?

haskell

Can I write `foldr` (or `foldMap`) in terms of 'recursion schemes' `cata`?

Does Idris have MaybeT?

haskell idris

stack ghci can't load pthread unless running as Administrator

haskell haskell-stack

When can I rely on Haskell to read a list lazily?

haskell lazy-sequences

Law for type [[a]] -> ([a], [a])

haskell free-theorem

What does putting a constraint in an argument's type instead of function's type do?

haskell

How to prove type equality inductively without classes?

haskell types

How can I tell GHC to satisfy a type-level <= constraint if I know it's true at runtime?

haskell