Module Rule.Rrpcs_2d


module Rrpcs_2d: sig .. end
"p" for "pseudo conjugate", a slight (buggy) variation (conjugating only the center cell) of rrcs2d

val id_to_array : int -> bool array
val transition_rule_rrpcs2d : int -> int array array -> bool array -> int -> bool
module type Parameters = sig .. end
module Automaton: 
functor (Parameters : Parameters) -> sig .. end