i have some type error somewhere in the bit matrices
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user