Module Datalog_top_down.ASTSource
AST for TopDown terms
Sourcetype term = | Var of string| Apply of string * term list| Int of int
Sourcetype aggregate = {ag_left : term;ag_constructor : string;ag_var : string;ag_guard : term;
} Sourceexception ParseError of string