package octavius

  1. Overview
  2. Docs

Module Octavius

module Types = OctTypes
module Errors = OctErrors
type nonrec ('a, 'b) result = ('a, 'b) result =
  1. | Ok of 'a
  2. | Error of 'b
val parse : Lexing.lexbuf -> (Types.t, Errors.t) result
val print : Format.formatter -> Types.t -> unit
OCaml

Innovation. Community. Security.