package octavius

  1. Overview
  2. Docs

Module OctaviusSource

Sourcemodule Types : sig ... end

Types for the information collected in comments.

Sourcemodule Errors : sig ... end
Sourcetype nonrec ('a, 'b) result = ('a, 'b) result =
  1. | Ok of 'a
  2. | Error of 'b
Sourceval parse_ref : Lexing.lexbuf -> ((string option * string) list, Errors.t) result
Sourceval print : Format.formatter -> Types.t -> unit
OCaml

Innovation. Community. Security.