Treat all terms of sort Bool
as Predicate
in "get-model"
#3903
Labels
booster
Relates to booster code
Bool
as Predicate
in "get-model"
#3903
Currently, if we send a
"get-model"
request tokore-rpc-booster
/booster-dev
with a KoreJson term with e.g.==Int
:we will get the following warning:
and an
Unknwon
response.This happens because we only recognize a very limited class of terms as predicates.
In
get-model
requests, we should recognize all terns of sortBool
as predicates.The text was updated successfully, but these errors were encountered: