package reddit_api_kernel

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

Source file submit_text.ml

1
2
3
4
5
6
7
8
9
10
11
open! Core_kernel
include Json_object.Utils

let submit_text markup =
  let field =
    match markup with
    | `markdown -> "submit_text"
    | `HTML -> "submit_text_html"
  in
  required_field field string
;;
OCaml

Innovation. Community. Security.