Module Reddit_api_kernel.Listing

module Page_id : sig ... end
module Pagination : sig ... end
type +'child t
include Sexplib0.Sexpable.S1 with type +'child t := 'child t
val t_of_sexp : (Sexplib0__.Sexp.t -> 'a) -> Sexplib0__.Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexplib0__.Sexp.t) -> 'a t -> Sexplib0__.Sexp.t
val t_of_jsonaf : (Ppx_jsonaf_conv_lib.Jsonaf_kernel.t -> 'child) -> Ppx_jsonaf_conv_lib.Jsonaf_kernel.t -> 'child t
val children : 'child t -> 'child list
val after : _ t -> Page_id.t option
val map : 'a t -> f:('a -> 'b) -> 'b t