Rework the learning examples

This commit is contained in:
Tiago Gomes
2012-12-12 15:16:30 +00:00
parent f128b6de7a
commit 108e310a0f
8 changed files with 127 additions and 137 deletions

View File

@@ -1,5 +1,4 @@
/* base file for school database. Supposed to be called from school_*.yap */
/* Base file for school database. Supposed to be called from school_*.yap */
professor_key(Key) :-
professor(Key).
@@ -67,5 +66,3 @@ student_ranking(Key, Rank) :-
:- ensure_loaded(tables).