Hi,
Mike asked about how one can try the v2 library, so here it is:
1. use trunk
2. see https://github.com/swift-lang/swift-k/wiki/StandardLibrary for
some documentation. The koala is the sign that a function is implemented
in /K.
3. use
import "stdlib.v2";
in the beginning of your script.
Mihael