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 print : Format.formatter -> Types.t -> unit