Reddit_api_kernel.Subreddit_nameSubreddit_name is a string identifier module that does some normalization:
val all : tall is /r/all, a special subreddit that includes items from most subreddits.
Exceptions:
combine l is a subreddit name representing the combination of the subreddits named in l. In general, when combine l is used as an API parameter the response contains items from all the subreddits in l.
val user_subreddit : Username.t -> tuser_subreddit user is the name of the special subreddit associated with the user's profile. Only the user can post to this subreddit, and on the desktop site links in this subreddit are associated with the user rather than with any visible subreddit.
include Core.Identifiable.S with type t := tval bin_size_t : t Bin_prot__.Size.sizerval bin_write_t : t Bin_prot__.Write.writerval bin_read_t : t Bin_prot__.Read.readerval __bin_read_t__ : (int -> t) Bin_prot__.Read.readerval bin_writer_t : t Bin_prot__.Type_class.writerval bin_reader_t : t Bin_prot__.Type_class.readerval bin_t : t Bin_prot__.Type_class.tval t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Sexplib0.Sexp.tval of_string : string -> tval to_string : t -> stringval pp : Base__.Formatter.t -> t -> unitmodule Replace_polymorphic_compare : sig ... endval comparator : (t, comparator_witness) Core__Comparator.comparatormodule Map : sig ... endmodule Set : sig ... endval hash_fold_t : t Base__Ppx_hash_lib.hash_foldval hash : t -> Base__Ppx_hash_lib.Std.Hash.hash_valueval hashable : t Core__.Hashtbl.Hashable.tmodule Table : sig ... endmodule Hash_set : sig ... endmodule Hash_queue : sig ... end