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

Go to download

Kotlin DSL for logic programming, enriched with unification and clause storage facilities

There is a newer version: 0.17.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 - 2024 Weber Informatics LLC | Privacy Policy