jsMain.it.unibo.tuprolog.solve.TestUtils.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-solve-js Show documentation
Show all versions of test-solve-js Show documentation
"Multi-platform Prolog environment, in Kotlin"
package it.unibo.tuprolog.solve
actual fun internalsOf(x: () -> Any): String {
return JSON.stringify(x())
}
actual fun log(x: () -> Any) {
console.log(x())
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy