Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@ast_TopologicalSort.hrl

-record(topological_sort, {
edge :: binary(),
entity_var :: binary(),
order_var :: binary()
}).