package reddit_api_kernel

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

Module Thing.PolySource

Sourcetype t = [
  1. | `Comment of Comment.t
  2. | `User of User.t
  3. | `Message of Message.t
  4. | `Subreddit of Subreddit.t
  5. | `Award of Award.t
  6. | `More_comments of More_comments.t
  7. | `Modmail_conversation of Modmail_conversation.t
]
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval __t_of_sexp__ : Sexplib0.Sexp.t -> t
Sourceval of_json : Json.t -> [> t ]
Sourceval fullname : [< t ] -> [> Fullname.t ]
OCaml

Innovation. Community. Security.