consider an '$aux' a relation of the unexpanded goal's variables in compile_inline_or_expanded_goal (#2062)
This commit is contained in:
@@ -574,7 +574,7 @@ enum SystemClauseType {
|
||||
PredicateDefined,
|
||||
#[strum_discriminants(strum(props(Arity = "3", Name = "$strip_module")))]
|
||||
StripModule,
|
||||
#[strum_discriminants(strum(props(Arity = "4", Name = "$compile_inline_or_expanded_goal")))]
|
||||
#[strum_discriminants(strum(props(Arity = "5", Name = "$compile_inline_or_expanded_goal")))]
|
||||
CompileInlineOrExpandedGoal,
|
||||
#[strum_discriminants(strum(props(Arity = "arity", Name = "$fast_call")))]
|
||||
FastCallN(usize),
|
||||
|
||||
Reference in New Issue
Block a user