]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/scl/SCL/Module.scl
Getting rid of *Array and replace with Vector * (SCL)
[simantics/platform.git] / bundles / org.simantics.scl.compiler / scl / SCL / Module.scl
1 include "./Common"
2
3 importJava "org.simantics.scl.compiler.module.Module" where
4     data Module
5     
6     @JavaName getValueNames
7     valueNamesOf_ :: Module -> [String]
8
9 valueNamesOf = valueNamesOf_