Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@ast_Reachable.hrl

-record(reachable, {
from :: aarondb@shared@ast:part(),
edge :: binary(),
node_var :: binary()
}).