On Fri, May 27, 2011 at 12:55 PM, Sam Tobin-Hochstadt <samth at ccs.neu.edu> wrote: > 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. Why? Peter