Created
September 13, 2016 13:40
-
-
Save mpilquist/d3f2e81d5c25b79572198758f62ac089 to your computer and use it in GitHub Desktop.
This file contains 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
› 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