package ocp-ocamlres

  1. Overview
  2. Docs

Formatters for resource leaves in the tree structure

module type SubFormat = sig ... end

The type of subformats, as passed to format functors.

module Int : sig ... end

A probably useless subformat, for demonstration purposes

module Raw : sig ... end

The default format (raw contents as a string)

module Lines : sig ... end

Splits the input into lines