]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/scl/SCL/Module.scl
Update to io.grcp 1.21.0 and protobuf 3.7.1
[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_