ohua-dev / ohuac

A standalone compiler for ohua algorithms
Eclipse Public License 1.0
1 stars 0 forks source link

Make tuple syntax in type dump look like real type syntax #3

Closed Feliix42 closed 6 years ago

Feliix42 commented 6 years ago

Currently it looks like (,)<i32,String,usize>, but it should look like (i32,String,usize).