Skip to content

New version with minor API changes

Latest
Compare
Choose a tag to compare
@pakozm pakozm released this 02 Dec 11:01
· 2 commits to master since this release

It is crazy but true, in one day we have two versions.
This new version allow things like:

kb:defrule"factorial":
  pattern{ "Factorial", "?x", "?y" }:
  pattern{ "Limit", "?z" }:
  u"x < z":
  ENTAILS"=>":
  fassert{ "Factorial", u"x+1", u"y*(x+1)" }

which allow you to define very compact rules, with a simple syntax.