Filter typedef

Filter = bool Function(Function)

A Filter that either allows or prevents an effect onto the stack

Implementation

typedef Filter = bool Function(Function);