From: Siraaj Khandkar Date: Fri, 27 Sep 2013 00:39:17 +0000 (-0400) Subject: Drop down for uniformity. X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=commitdiff_plain;h=5c37daedbec6f75943578145d715a8e23d89cfd1 Drop down for uniformity. --- diff --git a/polymorphic-life/001/src/polymorphic_life.ml b/polymorphic-life/001/src/polymorphic_life.ml index e25bbf6..7b55572 100644 --- a/polymorphic-life/001/src/polymorphic_life.ml +++ b/polymorphic-life/001/src/polymorphic_life.ml @@ -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