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

commonMain.it.unibo.tuprolog.solve.channel.Channels.kt Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package it.unibo.tuprolog.solve.channel

import it.unibo.tuprolog.solve.exception.Warning

internal expect fun stdin(): InputChannel

internal expect fun  stdout(): OutputChannel

internal expect fun  stderr(): OutputChannel

internal expect fun warning(): OutputChannel

internal expect fun stringInputChannel(string: String): InputChannel




© 2015 - 2025 Weber Informatics LLC | Privacy Policy