Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

What are the key differences between Java 8's Optional, Scala's Option and Haskell's Maybe?

java scala haskell

How to implement the equivalent of Go's select statement for Haskell STM channels?

haskell select channel stm

Understanding the Reader monad

What are the requirements to prefer CPS over algebraic data types?

Compile-time assertions with GHC Haskell?

haskell ghc compile-time

Haskell functional dependency conflict

what's this equation with lambda notation " m >> n = m >>= \_ -> n " in monad's declaration?

NLP Parser in Haskell [closed]

haskell nlp

Monad m => a -> [a -> m a] -> m a

haskell

Haskell - List of instances of a Typeclass

haskell typeclass

Recursion Schemes in Agda

Haskell space usage compile time restrictions

haskell

How to correct my OOP tendencies when programming in Haskell

How to implement B+ tree in Haskell?

haskell b-tree

Optimising Haskell data reading from file

haskell

What does it mean that non pure functions break composability?

Is there a real-world applicability for the continuation monad outside of academic use?

Elixir: generate a list of `n` occurrences of a given argument (similar to Haskell's replicate)

list haskell elixir

types and type variable in Haskell

haskell types type-systems

What does "this function will fuse" mean?

haskell terminology