i have some type error somewhere in the bit matrices

This commit is contained in:
2025-10-11 04:44:11 -06:00
parent 6c45f30919
commit d8bb83bd4e
4 changed files with 512 additions and 3 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ default() ->
#ctx{snowflakes = default_snowflakes()}.
default_snowflakes() ->
#{<<"and">> => fun wfc:mul/1,
<<"xor">> => fun wfc:add/1}.
#{<<"and">> => fun wfc:mul/1,
<<"xor">> => fun wfc:add/1}.
define(Pat, Sentence, Ctx = #ctx{patterns = OldPatterns}) ->
NewPatterns = maps:put(Pat, Sentence, OldPatterns),