package dap

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

Source file util.ml

1
2
3
4
module String_map = Map.Make (String)

let print_exn_at_loc loc =
  Printf.sprintf "Exception raised at %s:%d" loc.Lexing.pos_fname loc.Lexing.pos_lnum
OCaml

Innovation. Community. Security.