Skip to content

Commit

Permalink
add mlEqualsTrue
Browse files Browse the repository at this point in the history
  • Loading branch information
anvacaru committed Dec 3, 2024
1 parent d2c69f4 commit 5784068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kontrol/foundry.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def custom_step(self, cterm: CTerm) -> KCFGExtendResult | None:
print('snd', snd_term)
print('operator', operator)
assert type(operator) is KToken
eq = KApply(_operators[int(operator.token)],fst_term, snd_term)
eq = mlEqualsTrue( KApply(_operators[int(operator.token)],fst_term, snd_term))
print('kapply',eq)
print('cterms', cterm.constraints)
print(eq in cterm.constraints)
Expand Down

0 comments on commit 5784068

Please sign in to comment.