module Parallel_2eca:Runs two ECA in parallel: each cell contains two states.sig
..end
val transition_rule : int -> int array array -> int array -> int -> int
val color_of_state : int -> Graphics.color
module type Parameters =sig
..end
module Automaton: