Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

What does "exists" mean in Haskell type system?

Multiple declarations of x

haskell declaration

ubuntu haskell ghci 7.4.1 could not find module "System.Random"

haskell

Killing a thread when MVar is garbage collected

Higher-kinded generics in Java

How can I understand "(.) . (.)"?

Is there a Haskell equivalent of OOP's abstract classes, using algebraic data types or polymorphism?

Automatic conversion between String and Data.Text in haskell

Does functional programming mandate new naming conventions?

How can non-determinism be modeled with a List monad?

IO happens out of order when using getLine and putStr

haskell user-input monads

Monad join function

haskell monads

Maybe "kind-of" monad in Python

python haskell

How do I use constants in haskell, to avoid magic numbers?

haskell constants

Are Ana-/Catamorphisms just slower?

Why do we need containers?

Haskell module naming conventions

Using Parsec with Data.Text

haskell parsec

What are all the mechanisms used to enable Servant's type-based API?

haskell types data-kinds

Algorithm for type checking ML-like pattern matching?