Skip to content

Instantly share code, notes, and snippets.

@globulon
Created March 31, 2012 16:24
Show Gist options
  • Select an option

  • Save globulon/2266533 to your computer and use it in GitHub Desktop.

Select an option

Save globulon/2266533 to your computer and use it in GitHub Desktop.
No fluff just stuff with Iteratee
println(run(enum(length, List(1,2,3))))
println(run(enum(head[Int], List[Int](1,2,3))))
println(enum(drop[Int](1), List[Int](1,2,3)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment