Skip to content

Instantly share code, notes, and snippets.

@ramblex
Created February 8, 2010 21:40
Show Gist options
  • Save ramblex/298605 to your computer and use it in GitHub Desktop.
Save ramblex/298605 to your computer and use it in GitHub Desktop.
is_known_and_unique(Name) :-
student(Name, X, _),
student(Name, Y, _),
X \== Y.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment