Module Rule.Parallel_2eca


module Parallel_2eca: sig .. end
Runs two ECA in parallel: each cell contains two states.

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: 
functor (Parameters : Parameters) -> sig .. end