package liquidsoap-lang

  1. Overview
  2. Docs
type nonrec t = t list

A list of positions, corresponding to a stack of calls. The toplevel one is the external caller and the last one is the callee.

val to_pos : 'a list -> 'b

The most relevant position in a call stack.

val to_string : ?newlines:bool -> ?prefix:string -> t list -> string
OCaml

Innovation. Community. Security.