Module Experiment.States


module States: sig .. end
Simulates and draw the states of a CA.

module Experiment: 
functor (Topo : Types.Topology) ->
functor (Synchro : Types.Synchronism) ->
functor (Auto : Types.Rule) -> sig .. end