Update variation.cljc
This commit is contained in:
parent
d427e3a9bd
commit
63ff79e1e4
@ -383,4 +383,4 @@ The function `new-individual` returns a new individual produced by selection and
|
|||||||
:else
|
:else
|
||||||
(throw #?(:clj (Exception. (str "No match in new-individual for " op))
|
(throw #?(:clj (Exception. (str "No match in new-individual for " op))
|
||||||
:cljs (js/Error
|
:cljs (js/Error
|
||||||
(str "No match in new-individual for " op))))))})
|
(str "No match in new-individual for " op))))))}))
|
Loading…
x
Reference in New Issue
Block a user