package testo-util

  1. Overview
  2. Docs

Module Testo_util.ErrorSource

Sourcetype msg =
  1. | Error of string
  2. | Warning of string
Sourceexception Test_failure of string
Sourceexception User_error of string
Sourceexception Internal_error of {
  1. loc : string;
  2. msg : string;
}
Sourceval fail_test : string -> 'a
Sourceval user_error : string -> 'a
Sourceval internal_error : __LOC__:string -> string -> 'a
Sourceval assert_false : __LOC__:string -> unit -> 'a
Sourceval invalid_arg : __LOC__:string -> string -> 'a
Sourcemodule Exit_code : sig ... end