X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=blobdiff_plain;f=polymorphism%2F001%2Fsrc%2Fpolymorphism.ml;h=c52df9338acb3fe610a43736212cc691502e784b;hp=1c47e0b6654e5d80052f4ae994a180817fc8b67a;hb=8526e3e1220a86ff1d6fee238123611f89a4f242;hpb=be61d5b0325bf4e8346159d94d13d0d1866115e9 diff --git a/polymorphism/001/src/polymorphism.ml b/polymorphism/001/src/polymorphism.ml index 1c47e0b..c52df93 100644 --- a/polymorphism/001/src/polymorphism.ml +++ b/polymorphism/001/src/polymorphism.ml @@ -271,7 +271,7 @@ let main () = [ (module Conway : RULE) ] in - Automaton.create ~rows:(rows - 3) ~columns ~interval ~rules |> Automaton.loop + Automaton.loop (Automaton.create ~rows:(rows - 3) ~columns ~interval ~rules) let spec =