tilakone icon indicating copy to clipboard operation
tilakone copied to clipboard

Update README.md

Open werenall opened this issue 4 months ago • 0 comments

:count is placed in (-> fsm ::tk/process) and not fsm itself.

Without the change:

(->> ["abaaabc" "aaacb" "bbbcab"]
     (map (partial reduce tk/apply-signal count-ab))
     (map :count))

Error printing return value (NullPointerException) at clojure.lang.Numbers/ops (Numbers.java:1095).
Cannot invoke "Object.getClass()" because "x" is null

werenall avatar Feb 15 '24 09:02 werenall