package archetype

  1. Overview
  2. Docs
Archetype language compiler

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.2.tar.gz
md5=cc3e66ac130df626f0210be8ce68b1b0
sha512=913e561827e5559b8f7f68dc286e257ee484ccacb2fba8e7a4996576107969f7c4bb42f8a759ea082c1a6f0c2874297d52369f0840041177f23c85a2c99053e6

doc/archetype/Archetype/Error/index.html

Module Archetype.ErrorSource

Sourceval flag : [ `Exit | `Raise | `Resume ] ref
Sourceval exit_on_error : unit -> unit
Sourceval raise_on_error : unit -> unit
Sourceval resume_on_error : unit -> unit
Sourceval errors : (Position.t list * string) list ref
Sourceexception Error of Position.t list * string
Sourceexception ParseError of (Position.t list * string) list
Sourceexception Stop of int
Sourceval print_error : Position.t list -> string -> string
Sourceval error_alert : Position.t list -> string -> (unit -> 'a) -> 'a
Sourceval global_error : string -> string -> (unit -> 'a) -> 'a
Sourceval errorN : string -> Position.t list -> string -> (unit -> 'a) -> 'a
Sourceval error : string -> Position.t -> string -> (unit -> 'a) -> 'a
Sourceval error2 : string -> Position.t -> Position.t -> string -> (unit -> 'a) -> 'a
OCaml

Innovation. Community. Security.