» tagged pages
» logout

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

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

Enfranchised Mind " A Monad Tutorial for Ocaml

A newbie', in Haskell, is someone who hasn't yet implemented a compiler. They've only written a monad tutorial.

Haskell: del.icio.us tag/haskell

Haskell hacking

how to write and package haskell library

Haskell: del.icio.us tag/haskell

Functional Thinking " Deriving an Efficient nub Using Worker/Wrapper

illustrates worker/wrapper, a nice style of equational-reasoning proof, and some optimization techniques.

Haskell: del.icio.us tag/haskell

λ Tony's blog λ " Blog Archive " scala.Option Cheat Sheet

def option[A, X](o: Option[A])(none: => X, some: => A => X): X =

scala: del.icio.us/tag/scala

You could have re-invented fix too!

remarkably clear explanation of the fixed-point combinator in haskell

Haskell: del.icio.us tag/haskell

Page 1 | Next >>