package stdune

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

Who called me?

val get : skip:string list -> Loc.t option

get ~skip returns the first element of the call stack that is not in skip. For instance, get ~skip:[__FILE__] will return the first call site outside of the current file.