spencersalazar / chuck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undefined type 'Filter'

spencersalazar opened this issue · comments

The following code:

Filter u => blackhole;

fails with

[Filter.ck]:line(1): undefined type 'Filter'...
[Filter.ck]:line(1): ... in declaration ...

Either fix Filter or remove it from documentation.