Skip to content

Commit

Permalink
adjust example
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Jan 6, 2024
1 parent 24e9ebb commit 94068ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpyclingo/clingo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
class Context:
def inc(self, x):
return Number(x.number)
return Number(x.number + 1)
def seq(self, x, y):
return [x, y]
Expand Down

0 comments on commit 94068ee

Please sign in to comment.