ref: 78827d2e1df10175dbdb8dd0d70c7e4fcf4dbb81
parent: fc9b380ddee2c251420e7d26772f68b3a10a9167
author: Ori Bernstein <ori@eigenstate.org>
date: Sun May 3 11:21:22 EDT 2015
Fix exports of specialized types. We had some bugs when exporting a type that had a specialization, eg, if a function specialized std.htab, so that one of it's args was: std.htab(byte[:], byte[:]) would conflict with the very generic definition it was using in some circumstances.