Skip to content

Commit

Permalink
fixing type and small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Jul 27, 2024
1 parent 87135ed commit 59d5007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/pure/halting.n3s
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# But provide a condition when the loop could generate a result
(_:S0 _:S1 _:S2 _:S3 _:S4 _:S5 _:S6 _:S7 _:S8 _:S9) log:onNegativeSurface {
_:SO a :Test .
_:S0 a :Test .
_:S0 :child _:S1 .
_:S1 :child _:S2 .
_:S2 :child _:S3 .
Expand Down
3 changes: 2 additions & 1 deletion test/pure/halting2_FAIL.n3s
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# But provide a condition when the loop could generate a result
(_:S0 _:S1 _:S2 _:S3 _:S4 _:S5 _:S6 _:S7 _:S8 _:S9) log:onNegativeSurface {
_:SO a :Test .
_:S0 a :Test .
_:S0 :child _:S1 .
_:S1 :child _:S2 .
_:S2 :child _:S3 .
Expand All @@ -26,4 +26,5 @@
_:S7 :child _:S8 .
_:S8 :child _:S9 .
_:S9 a :Test .
() log:onNegativeSurface false.
}.

0 comments on commit 59d5007

Please sign in to comment.