package testo-util

  1. Overview
  2. Docs

Module Testo_util.ErrorSource

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
OCaml

Innovation. Community. Security.