package elpi

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

Module Trace_ppx_runtime.RuntimeSource

Sourceexception TREC_CALL of Stdlib.Obj.t * Stdlib.Obj.t
Sourcetype j =
  1. | J : (Stdlib.Format.formatter -> 'a -> unit) * 'a -> j
Sourceval enter : runtime_id:int -> string -> (Stdlib.Format.formatter -> unit) -> unit
Sourceval info : runtime_id:int -> ?goal_id:int -> string -> j list -> unit
Sourceval exit : runtime_id:int -> string -> bool -> exn option -> float -> unit
Sourceval end_trace : runtime_id:int -> unit
Sourceval set_cur_pred : string option -> unit
Sourceval get_cur_step : runtime_id:int -> string -> int
Sourceval incr_cur_step : runtime_id:int -> string -> unit
Sourceval log : runtime_id:int -> string -> string -> int -> unit
Sourceval debug : bool Stdlib.ref
Sourceval parse_argv : string list -> string list
Sourceval usage : string
Sourcetype trace_format =
  1. | TTY
  2. | JSON
Sourceval set_trace_output : trace_format -> Stdlib.Format.formatter -> unit
OCaml

Innovation. Community. Security.