fix several issues with goal expansion, crashing after attribute_goals is called
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
|
||||
'$default_attr_list'([PG | PGs], Module, AttrVar) -->
|
||||
( { '$module_of'(Module, PG) } -> [Module:put_atts(AttrVar, PG)]
|
||||
; { true } ),
|
||||
; true
|
||||
),
|
||||
'$default_attr_list'(PGs, Module, AttrVar).
|
||||
'$default_attr_list'([], _, _) --> [].
|
||||
|
||||
|
||||
Reference in New Issue
Block a user