Module CCSexp_intf
type 'a or_error= ('a, string) Stdlib.resulttype 'a iter= ('a -> unit) -> unittype 'a gen= unit -> 'a option
module type BASIC_SEXP = sig ... end
module type SEXP = sig ... end
module type S0 = sig ... end
module type S = sig ... end