Functor Rule.Templates.Boolean_state


module Boolean_state: 
functor (Params : Boolean_Parameters) -> sig .. end
Parameters:
Params : Boolean_Parameters

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