package liquidsoap-lang

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

Module Pos.ListSource

Sourcetype 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.

Sourceval to_pos : 'a list -> 'a

The most relevant position in a call stack.

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

Innovation. Community. Security.