Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

What does a Haskell comment starting with `{- |` generally mean?

haskell haddock

How to see the current working directory in WinGHCi

How to get cabal and nix work together

haskell cabal nix