From b673dfd46274b4444f01441df96ff27785917dda Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Wed, 14 Nov 2012 23:12:03 +0000 Subject: [PATCH] fix type in an example --- packages/CLPBN/examples/city.yap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/CLPBN/examples/city.yap b/packages/CLPBN/examples/city.yap index 3647698cc..a133b42c2 100644 --- a/packages/CLPBN/examples/city.yap +++ b/packages/CLPBN/examples/city.yap @@ -29,7 +29,7 @@ bayes car_color(P)::[t,f], hair_color(P) ; car_color_table(P); [people(P,_)]. bayes height(P)::[t,f], gender(P) ; height_table(P) ; [people(P,_)]. -bayes shoe_size(P):[t,f], height(P) ; shoe_size_table(P); [people(P,_)]. +bayes shoe_size(P)::[t,f], height(P) ; shoe_size_table(P); [people(P,_)]. bayes guilty(P)::[y,n] ; guilty_table(P) ; [people(P,_)].