blond(X) :- father(Father, X), blond(Father), mother(Mother, X), blond(Mother).
Standard input is empty
/home/lfQ5OQ/gplc0aOCib.o: In function `predicate(blond/1)': (.text+0x48): undefined reference to `predicate(father/2)' /home/lfQ5OQ/gplc0aOCib.o: In function `predicate(blond/1)': (.text+0x8f): undefined reference to `predicate(mother/2)' collect2: ld returned 1 exit status compilation failed
Standard output is empty