Test post, please ignore
This is a test post.
It appears that we can write some text.
A Heading?
Yup. That was a heading.
def filter(f, stream):
for element in stream:
if f(element):
yield element
#=> Doesn't print anything.Check out Asbestos!