Skip to content

Instantly share code, notes, and snippets.

@mpilquist
Created September 13, 2016 13:40
Show Gist options
  • Save mpilquist/d3f2e81d5c25b79572198758f62ac089 to your computer and use it in GitHub Desktop.
Save mpilquist/d3f2e81d5c25b79572198758f62ac089 to your computer and use it in GitHub Desktop.
› amm
Loading...
Welcome to the Ammonite Repl 0.7.6
(Scala 2.11.8 Java 1.8.0_65)
@ import $ivy.`org.scalaz.stream::scalaz-stream:0.7.3a`
:: loading settings :: url = jar:file:/usr/local/Cellar/ammonite-repl/0.7.6/bin/amm!/org/apache/ivy/core/settings/ivysettings.xml
:: resolving dependencies :: org.scalaz.stream#scalaz-stream_2.11-caller;working
confs: [default]
found org.scalaz.stream#scalaz-stream_2.11;0.7.3a in chain-resolver
[0.7.3a] org.scalaz.stream#scalaz-stream_2.11;0.7.3a
found org.scala-lang#scala-library;2.11.7 in chain-resolver
[2.11.7] org.scala-lang#scala-library;2.11.7
found org.scalaz#scalaz-core_2.11;7.1.3 in chain-resolver
found org.scala-lang.modules#scala-parser-combinators_2.11;1.0.4 in chain-resolver
found org.scala-lang.modules#scala-xml_2.11;1.0.4 in chain-resolver
found org.scalaz#scalaz-concurrent_2.11;7.1.3 in chain-resolver
found org.scalaz#scalaz-effect_2.11;7.1.3 in chain-resolver
found org.scodec#scodec-bits_2.11;1.0.9 in chain-resolver
[1.0.9] org.scodec#scodec-bits_2.11;1.0.9
import $ivy.$
@ import scalaz.stream._
import scalaz.stream._
@ Process(1, 2, 3)
res2: Process0[Int] = Emit(WrappedArray(1, 2, 3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment