package merlin-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file msupport_parsing.ml

1
2
3
4
5
6
(* Filled in from Msupport. *)
let msupport_raise_error : (exn -> unit) ref =
  ref raise

let raise_error exn =
  !msupport_raise_error exn
OCaml

Innovation. Community. Security.