package reddit_api_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 of_json : (Json.t -> 'child) -> Json.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