Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in haskell

Why aren't Persistent types instances of ToJSON/FromJSON in Yesod?

haskell yesod aeson

Can't use a glade xml file with haskell

haskell glade gtk2hs

Haskell opposite of intersect (List)

list haskell intersect

Why `foldl1` runs out of memory yet `foldr1` works just fine?

haskell

Dovetail iteration over infinite lists in Haskell

haskell

What's the equivalent of ghci's type directive in OCaml?

haskell types ocaml

Using a lens twice

haskell haskell-lens lenses

Haskell polymorphic function to convert between algebraic data types

function haskell types

Behavior of reverse >>= (==)

haskell

Are all pure functions in functional programming continuous?

What counts as a side-effect? Why isn't memory allocation a side-effect?

Java 8: streams and the Sieve of Eratosthenes

Why are floatRange, floatRadix and floatDigits functions?

haskell floating-point

`(<*>)` definition for the Applicative functor?

haskell applicative

How do I replicate Haskell's `scanl (+) 0 xs` in Rust?

haskell rust

Why can I call a function from a typeclass instance directly in the REPL (like compare from Ord)?

haskell

Why does laziness go well with referential transparency?

beginner/learner implementation of foreach in haskell

haskell pattern-matching

List comprehension in Haskell

Naming scheme for helper functions in Scala