On Fri, May 27, 2011 at 1:59 PM, Peter Michaux <petermichaux at gmail.com> wrote: > > A minifier could, couldn't it? > > function foo(a::MyType) {} > > would be minified to > > function foo(a) {} These are not the same function at all. -- sam th samth at ccs.neu.edu