QueryResult

data class QueryResult(val success: Boolean, val bindings: Map<String, String> = emptyMap())

Query result from Prolog engine.

Constructors

Link copied to clipboard
constructor(success: Boolean, bindings: Map<String, String> = emptyMap())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Variable bindings from the query (variable name -> value)

Link copied to clipboard

Whether the query succeeded