Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

How to list all paths through graph using Haskell

haskell

Functional programming: Curry & Fold - what are the etymologies?

Importing a data type in Haskell

haskell types import module

Summing an Integer Tree (Haskell)

Why Haskell need Data.Sequence when we already have list?

Generating subsets of set. Laziness?

haskell

Checking whether the list is ordered according to the function

haskell

haskell-stack command with GHC option

haskell haskell-stack

Avoiding build dependency on QuickCheck when declaring an Arbitrary instance

Functions to Polymorphic data types

Functor instance for (newtype Mu f = InF {outF :: f (Mu f)})

haskell functor

What is the idiomatic way to build functions over newtypes ("wrapped types") in Haskell?

haskell

Applying lifted functions to tuples (of arbitrary length) in Haskell

haskell tuples functor lifting

Data constructor error when implementing state monad?

haskell monads

How to properly use guards in Haskell?

list function haskell

Why can't I pattern match on a type family?

haskell types

Haskell evaluating properties of a data type only once when first accessed?

Modify the parameter of a function only once

haskell

Pass a lens into a function

haskell haskell-lens

Generic function that accepts two monadic values and returns a single monadic value

scala haskell generics monads