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

commonMain.it.unibo.tuprolog.dsl.theory.PrologExtensions.kt Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
@file:JvmName("PrologExtensions")

package it.unibo.tuprolog.dsl.theory

import kotlin.js.JsName
import kotlin.jvm.JvmName

@JsName("prolog")
fun  prolog(function: PrologScopeWithTheories.() -> R): R {
    return PrologScopeWithTheories.empty().function()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy