package json_of_jsonm

  1. Overview
  2. Docs

Module type Json_of_jsonm_monad.IOSource

type 'a t
val return : 'a -> 'a t
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t
OCaml

Innovation. Community. Security.