Module Cell


module Cell: sig  end
The main cell engine. All computations are done in cells.

class virtual cell_control : object  end
val make : Genome.OldCompiled.genome -> cell_control
Factory method. The cell genome is fixed for the lifetime of the cell.