Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

How to write a type that is isomorphic to Tree without nested lists?

continuations as meaningful comprehensions

Haskell: Specifying equal-length constraints of lists in the type system

Why does function composition require parentheses?

Intuition for "run" function of monads

Are all fixed size containers strong monoidal functors, and/or vice versa?

Traversing and filtering a tree in haskell

Types in Haskell

How to functionally generate a tree breadth-first. (With Haskell)

Haskell: Multiple Case Statements in Single Function

haskell case-statement

Can someone explain to me the following Haskell expression

haskell hugs

Haskell : words, unwords delimiter

haskell

parsing complicated jsons with Aeson

json haskell

Generalizing scala code into a function

Monad's associativity rule in haskell

Parsec debugging

parsing haskell parsec

How can I hide code blocks in lhs2TeX?

Haskell filter/split list

list haskell

Referring to an existential type variable

haskell existential-type

Applying putStr to each item of a list

list haskell printing