spencersalazar / chuck

28 stars 8 forks source link

undefined type 'Filter' #1

Open spencersalazar opened 11 years ago

spencersalazar commented 11 years ago

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.