Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@ast_StronglyConnectedComponents.hrl

-record(strongly_connected_components, {
edge :: binary(),
entity_var :: binary(),
component_var :: binary()
}).