Module Ppxlib.Caller_id

Small helper to find out who is the caller of a function

module Printexc = Stdlib.Printexc
type t = Printexc.location option
val get : skip:string list -> Stdlib__Printexc.location option