hacky as fuck truth table <-> sentence-fun logic works

This commit is contained in:
2025-10-11 06:39:04 -06:00
parent c5f0e1a7dd
commit 7560ee9151
4 changed files with 173 additions and 6 deletions
+4
View File
@@ -114,3 +114,7 @@ mul([Arg | Rest]) ->
end;
mul([]) ->
{ok, wfc_sentence:one()}.
zero() -> wfc_sentence:zero().
one() -> wfc_sentence:one().