diff --git a/packages/CLPBN/examples/School/parschema.yap b/packages/CLPBN/examples/School/parschema.yap index 0e55dadc5..3d708936a 100644 --- a/packages/CLPBN/examples/School/parschema.yap +++ b/packages/CLPBN/examples/School/parschema.yap @@ -45,7 +45,9 @@ student_ranking(SKey, Grades) :- :- ensure_loaded(tables). -% convert to longer names +% +% Convert to longer names +% professor_ability(P,A) :- abi(P,A). professor_popularity(P,A) :- pop(P,A).