Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@shared@ast_Rule.hrl
Raw

include/aarondb@shared@ast_Rule.hrl

-record(rule, {
head :: {aarondb@shared@ast:part(), binary(), aarondb@shared@ast:part()},
body :: list(aarondb@shared@ast:body_clause())
}).