Skip to content

Instantly share code, notes, and snippets.

@imeredith
Created June 9, 2012 08:32
Show Gist options
  • Save imeredith/2900134 to your computer and use it in GitHub Desktop.
Save imeredith/2900134 to your computer and use it in GitHub Desktop.
val a = print("Hello ").pure[IO]
val b = println("World!").pure[IO]
println("Now printing HW")
a >|> b unsafePerformIO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment