package reddit_api_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Reddit_api_kernel.ListingSource

Sourcemodule Page_id : sig ... end
Sourcemodule Pagination : sig ... end
Sourcetype +'child t
include Sexplib0.Sexpable.S1 with type +'child t := 'child t
Sourceval t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
Sourceval of_json : (Json.t -> 'child) -> Json.t -> 'child t
Sourceval children : 'child t -> 'child list
Sourceval after : _ t -> Page_id.t option
Sourceval map : 'a t -> f:('a -> 'b) -> 'b t