All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.it.unibo.tuprolog.solve.TestUtils.kt Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
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