No need to specify the default value.
[cellular-automata.git] / 003 / src / life.erl
index 0e953ab..562d1a0 100644 (file)
@@ -14,7 +14,7 @@
                ,y                 :: non_neg_integer()
                ,n                 :: non_neg_integer()
                ,bar               :: string()
-               ,board=array:new() :: array()
+               ,board             :: array()
                ,gen_count         :: non_neg_integer()
                ,gen_duration      :: non_neg_integer()
                ,print_time        :: non_neg_integer()
This page took 0.023995 seconds and 4 git commands to generate.