Module Random_oracle.State
val equal : ( 'a -> 'a -> bool ) -> 'a t -> 'a t -> boolinclude Ppx_sexp_conv_lib.Sexpable.S1 with type 'a t := 'a t
val t_of_sexp : ( Sexplib0__.Sexp.t -> 'a ) -> Sexplib0__.Sexp.t -> 'a tval sexp_of_t : ( 'a -> Sexplib0__.Sexp.t ) -> 'a t -> Sexplib0__.Sexp.tval compare : ( 'a -> 'a -> int ) -> 'a t -> 'a t -> intval map : 'a t -> f:( 'a -> 'b ) -> 'b tval map2 : 'a t -> 'b t -> f:( 'a -> 'b -> 'c ) -> 'c t