orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
40 stars 3 forks source link

Imported Java types print as their Java names, not Orc names #138

Open jthywiss opened 9 years ago

jthywiss commented 9 years ago

Common example: Orc type Boolean, which is an imported Java boolean, displays as java.lang.Boolean.