package melange

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Any : 'a -> t
type js_error = {
  1. cause : exn;
}
exception Error of t
val internalToOCamlException : Melange_mini_stdlib.Obj.t -> exn

This function has to be in this module Since Error is defined here

val caml_as_js_exn : exn -> t option
val MelangeError : 'a
OCaml

Innovation. Community. Security.