package yocaml_runtime

  1. Overview
  2. Docs
On This Page
  1. Helpers

Generic tools to facilitate server construction (component sharing, etc.)

module Kind : sig ... end

Describes if a path is a file or a directory.

module Request_path : sig ... end

Describes the request path.

module Pages : sig ... end

Describes the debug pages displayed.

Helpers

val prompt : int -> unit

Prompt the preamble message.

val exn_handler : (Stdlib.Format.formatter -> exn -> unit) -> exn -> unit

Exception handler..

OCaml

Innovation. Community. Security.