package octavius

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Types : sig ... end

Types for the information collected in comments.

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