An IR relation: a named schema with arity and type information.
Summary
Functions
Serializes an IRRelation to a plain map.
Types
@type t() :: %ExDatalog.IR.Relation{ arity: non_neg_integer(), name: String.t(), types: [ExDatalog.IR.ir_type()] }
An IR relation: a named schema with arity and type information.
Serializes an IRRelation to a plain map.
@type t() :: %ExDatalog.IR.Relation{ arity: non_neg_integer(), name: String.t(), types: [ExDatalog.IR.ir_type()] }