hacky as fuck truth table <-> sentence-fun logic works
This commit is contained in:
@@ -114,3 +114,7 @@ mul([Arg | Rest]) ->
|
||||
end;
|
||||
mul([]) ->
|
||||
{ok, wfc_sentence:one()}.
|
||||
|
||||
|
||||
zero() -> wfc_sentence:zero().
|
||||
one() -> wfc_sentence:one().
|
||||
|
||||
Reference in New Issue
Block a user