package ppxlib

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

Source file location_helper.ml

1
2
3
4

let print_error ppf loc = Format.fprintf ppf "%aError:" Ocaml_common.Location.print_loc loc
let error_of_printer ~loc x y = Ocaml_common.Location.error_of_printer ~loc x y

OCaml

Innovation. Community. Security.