module Integer_state: functor (Params : Integer_Parameters) -> sig .. end
functor (
Params
:
Integer_Parameters
) ->
sig
end
type state = int
int
type configuration = state array
state array
val initialize : int -> int array
int -> int array
val color_of_state : int -> Graphics.color
int -> Graphics.color
val states : int array
int array