alice-words

This fixture builds a HAMT cataloging the locations of all words appearing in the first chapter of Lewis Carroll's Alice in Wonderland.

type Value [Datum]
type Datum struct {
  line Int
  column Int
}

Once compiled:

Files: