» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with functional + reference

Comprehensive Comprehensions

"We propose an extension to list comprehensions that makes it easy to express the kind of queries one would write in SQL using ORDER BY, GROUP BY, and LIMIT."

Haskell: del.icio.us tag/haskell

Haskell/Hierarchical libraries/Randoms - Wikibooks, collection of open-content textbooks

nice intro to the pseudorandom libs, including a discussion of the Gen monad from QuickCheck.

Haskell: del.icio.us tag/haskell

Re: Haskell begin Exercises for beginners and Natural Tansformations

"a natural transformation transforms (F a) into (G a) without looking at the a's."

Haskell: del.icio.us tag/haskell

therning.org/ magnus " Blog Archive " Haskell and C—structs

"When creating Haskell bindings for a C library one will sooner or later have to deal with 'structs'. Let's look at how it can be done using hsc2hs."

Haskell: del.icio.us tag/haskell

Haskell Blog Rewrite - Session 7

guy describes his ordeal of getting a haskell web app running on a budget host -- including setting up a vbox model of the host for building and bootstrapping modern ghc with ancient ghc on the vbox. gah.

opensource: del.icio.us tag/opensource

Haskell Blog Rewrite - Session 7

guy describes his ordeal of getting a haskell web app running on a budget host -- including setting up a vbox model of the host for building and bootstrapping modern ghc with ancient ghc on the vbox. gah.

Haskell: del.icio.us tag/haskell

Real World Haskell

O'Reilly book about haskell (in development)

Haskell: del.icio.us tag/haskell

The Worker/Wrapper Transformation

"a technique for transforming a computation of one type into a worker of a different type, together with a wrapper that acts as an impedance matcher between the original and new computations." worker can have better data structures -> faster.

Haskell: del.icio.us tag/haskell

You could have re-invented fix too!

remarkably clear explanation of the fixed-point combinator in haskell

Haskell: del.icio.us tag/haskell

Haskell Notes And Examples - Albert Y. C. Lai

including: fix, hxt arrows, forward constraint propagation, strictness flags, STArray, Cont monad examples, random numbers, and more.

Haskell: del.icio.us tag/haskell

Page 1 | Next >>