packages feed

eddie-0.5: tests/expr.test

eddie -e show.length.words
<<<
now is the time for all good programmers to come to haskell
>>>
12
>>>= 0

eddie -e "let taker = take 4 in" -e unlines.taker.lines
<<<
now
is
the
time
for
all
good
programmers
to
come
to
haskell.
>>>
now
is
the
time
>>>= 0