Created
March 31, 2012 16:24
-
-
Save globulon/2266533 to your computer and use it in GitHub Desktop.
No fluff just stuff with Iteratee
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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