Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

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

include/aarondb@shared@ast_Recursion.hrl

-record(recursion, {
variable :: binary(),
clauses :: list(aarondb@shared@ast:body_clause())
}).