Calling (eduction ..)
returns in a REPL something that looks like a sequence (i.e., things like "(1 2 3)
"). But if you check whether this return value is a sequence (via seq?
), you get false
.
Question: What exactly is an Eduction? Is it merely a list of values that will be fed, one by one, into a reduction function?