Drop down for uniformity.
[cellular-automata.git] / polymorphic-life / 001 / src / polymorphic_life.ml
index e25bbf6..7b55572 100644 (file)
@@ -85,7 +85,8 @@ module Conway : CELL = struct
     | D -> " "
     | A -> "o"
 
-  let init () = Random.int 2 |> of_int
+  let init () =
+    Random.int 2 |> of_int
 
   let state = to_int
 
This page took 0.021032 seconds and 4 git commands to generate.