Functor Rule.Templates.Integer_state


module Integer_state: 
functor (Params : Integer_Parameters) -> sig .. end
Parameters:
Params : Integer_Parameters

type state = int 
type configuration = state array 
val initialize : int -> int array
val color_of_state : int -> Graphics.color
val states : int array