package oframl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Button : sig ... end
type button = Button.t
module Frame : sig ... end
type frame = Frame.t
module Action : sig ... end
type action = Action.t
type post = {
  1. untrusted_data : Action.t;
}
val post_to_yojson : post -> Yojson.Safe.t
val post_of_yojson : Yojson.Safe.t -> post Ppx_deriving_yojson_runtime.error_or
module Server : sig ... end
module Utils : sig ... end
OCaml

Innovation. Community. Security.