consider an '$aux' a relation of the unexpanded goal's variables in compile_inline_or_expanded_goal (#2062)

This commit is contained in:
Mark
2023-10-01 17:11:26 -06:00
parent 4a8aa0acbd
commit a1ceeb697a
3 changed files with 8 additions and 9 deletions

View File

@@ -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),