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