Love the program as well, but the CSS support, while much better than in the past still makes me open the files in an editor afterwards
interface Functor {
<Source, Target> Self<Target> fmap(Self<Source>, Function<Source, Target>);
}
Same code, but you get an additional hint of what's going on.