X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fscl%2FSCL%2FModule.scl;fp=bundles%2Forg.simantics.scl.compiler%2Fscl%2FSCL%2FModule.scl;h=22efc682b5755280de66e8f43b06752d7862b4db;hb=7444d4b3a2f3c25fac462d8a168898656dafd52e;hp=0000000000000000000000000000000000000000;hpb=da4210cb095e4acd25ddba55a86aa6fe0b18301d;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.compiler/scl/SCL/Module.scl b/bundles/org.simantics.scl.compiler/scl/SCL/Module.scl new file mode 100644 index 000000000..22efc682b --- /dev/null +++ b/bundles/org.simantics.scl.compiler/scl/SCL/Module.scl @@ -0,0 +1,9 @@ +include "./Common" + +importJava "org.simantics.scl.compiler.module.Module" where + data Module + + @JavaName getValueNames + valueNamesOf_ :: Module -> [String] + +valueNamesOf = valueNamesOf_ \ No newline at end of file