eholk / harlan

A language for GPU computing.
Other
1.19k stars 82 forks source link

Harlan should make sure data type constructors are disjoint #155

Open eholk opened 9 years ago

eholk commented 9 years ago

Right now if you repeat constructors you end up with redefinition C++ errors. It would be better to have these detected and reported earlier.