Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Is there a ghci colon-command to hide a package?

haskell ihaskell

Which package version do I have?

haskell ghc quickcheck

Pattern synonym can't unify types within type-level list

Which Algebraic Pattern fits this type of tree?

haskell monads comonad

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