Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

What does this mean by using 'type'

haskell

1 :: List[Nothing] in foldLeft

scala haskell generics

Implementation of Foldable in Haskell

haskell tree-traversal

Using regexp in haskell function guards

regex haskell idioms

Typed Holes in Scala?

scala haskell

lift Either to ExceptT automatically

Zipping Traversals

haskell haskell-lens

Why is the lazy pattern match version of splitAt function faster?

Cont monad shift

How do I make this algorithm lazier without repeating myself?

haskell lazy-evaluation dry

Can a Functor / Applicative be tied to one specific type or structure?

haskell functor applicative

Why `f x = x x` and `g x = x x x x x` have the same type

haskell

Problem when mixing type classes and type families

How to get the type as a String in Haskell?

List of checkboxes with digestive-functors

ADT names. What is `Left a`, and then what is `a`, in Haskell?

Filtering list of tuples with isPrefixOf

haskell

Parallel graphics processing in Haskell

In Haskell, performance and where binding

haskell

Using low bitsize integral types like `Int8` and what they are for