Fixed error when desc() returns multiple results
This commit is contained in:
@@ -25,3 +25,14 @@ def concept x has a y as hasa(x,y) pre is_question()
|
||||
# no need to auto eval as it's a question
|
||||
def concept x has an y as hasa(x,y) pre is_question()
|
||||
# no need to auto eval as it's a question
|
||||
|
||||
# default
|
||||
def concept male
|
||||
def concept female
|
||||
def concept man
|
||||
man is a male
|
||||
def concept woman
|
||||
woman is a female
|
||||
def concept human
|
||||
man is a human
|
||||
woman is a human
|
||||
|
||||
Reference in New Issue
Block a user