https://github.com/atnos-org/eff
Revision 57ab6f9aa6c1ef6843ddd36a0b5fddda39a13619 authored by Eric Torreborre on 22 March 2017, 12:40:24 UTC, committed by Eric Torreborre on 22 March 2017, 12:40:24 UTC
1 parent 85d9e3b
Raw File
Tip revision: 57ab6f9aa6c1ef6843ddd36a0b5fddda39a13619 authored by Eric Torreborre on 22 March 2017, 12:40:24 UTC
added a test case for the `addLast` method with the future effect
Tip revision: 57ab6f9
try-eff.sh
#!/bin/sh
test -e ~/.coursier/cr || (mkdir -p ~/.coursier && wget -q -O ~/.coursier/cr https://git.io/vgvpD && chmod +x ~/.coursier/cr)
CLASSPATH="$(~/.coursier/cr fetch -q -p \
  \
  org.atnos:eff_2.12:3.0.0 \
  com.lihaoyi:ammonite_2.12.1:0.8.1 \
  \
)" java ammonite.Main --predef 'import org.atnos.eff._, all._, syntax.all._'
back to top