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

commonMain.it.unibo.tuprolog.solve.library.LibraryUtils.kt Maven / Gradle / Ivy

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

package it.unibo.tuprolog.solve.library

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

/** Converts the current library into a [Runtime] containing a single library */
@JsName("libraryToRuntime")
fun Library.toRuntime(): Runtime = Runtime.of(this)

@JsName("libraryPlusLibrary")
operator fun Library.plus(other: Library): Runtime = Runtime.of(this, other)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy