Skip to content

Ungrounded record error when destructuring with don't-cares? #2481

Answered by quentin
TomBinford asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

After the ResolveAliasesTransformer, all occurences of t are replaced with [ta,_], and the groundedness constraint system cannot give a bounded value to [ta,_] in the head (var([ta,_])->0 in the Solution).

Clause: pred([ta,_],ta) :-                                                                                                                                                                                                                                    
   fact([ta,_]).                                                                                                                                                                                                                        …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TomBinford
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug - identified Bugs with an identified cause question
2 participants