package elpi

  1. Overview
  2. Docs
ELPI - Embeddable λProlog Interpreter

Install

dune-project
 Dependency

Authors

Maintainers

Sources

elpi-3.7.0.tbz
sha256=84ed0907ac8787790ccd14a0a77762c3f7394b3e3de5c7df74e5448fd406009a
sha512=eb3f3b8323cab051549b9779620bc30dcaacf456e5c7b3ffc6723f74ba9d811b860a9f0540eb2cb24dc024188e55dcf2b50ae1b42e7cb47ad45b984637f281f5

doc/trace_ppx_runtime/Trace_ppx_runtime/Runtime/index.html

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