Guest User

Untitled

a guest
Jun 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. loves(romeo,juliet).
  2.  
  3. loves(juliet,romeo) :- loves(romeo,juliet).
  4.  
  5. ERROR: Type error: `dict' expected, found `prolog' (an atom)
  6. ERROR: In:
  7. ERROR: [11] throw(error(type_error(dict,prolog),_10810))
  8. ERROR: [9] '$dicts':'.'(prolog,pl,_10850) at c:/program files/swipl/boot/dicts.pl:46
  9. ERROR: [8] '<meta-call>'(user:(...,...)) <foreign>
  10. ERROR: [7] <user>
  11. ERROR:
  12. ERROR: Note: some frames are missing due to last-call optimization.
  13. ERROR: Re-run your program in debug mode (:- debug.) to get more detail.
Add Comment
Please, Sign In to add comment