An IR fact: a ground tuple asserted as true for a given relation.
Summary
Types
@type t() :: %ExDatalog.IR.Fact{ relation: String.t(), values: [ExDatalog.IR.ir_value()] }
An IR fact: a ground tuple asserted as true for a given relation.
@type t() :: %ExDatalog.IR.Fact{ relation: String.t(), values: [ExDatalog.IR.ir_value()] }