digego / extempore

A cyber-physical programming environment
1.41k stars 127 forks source link

poly and adhoc #246

Open digego opened 8 years ago

digego commented 8 years ago

should never compile a new _poly_cname if an _adhoc_cname (i.e. of the same type signature) already exists (add a check for this as it's an error)

make sure that poly_cname doesn't include *'s (at the moment I think they do)