DeanLight / spannerlib

https://deanlight.github.io/spannerlib/
Apache License 2.0
2 stars 0 forks source link

Delete all the facts in one command (nice to have) #109

Closed mahmouddiab2000 closed 9 months ago

mahmouddiab2000 commented 9 months ago

currently in order to delete a fact, we do as this Fact("A","B") <- False, it would be nice to have a command that clears all the facts.

Priority: low