GroundingFact

data class GroundingFact(val fact: PrologFact, val propositionId: String)

A grounding fact that links a Prolog fact back to its source proposition. Enables provenance queries.

Constructors

Link copied to clipboard
constructor(fact: PrologFact, propositionId: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard