package coq

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

Module DebugHook.IntfSource

Sourcetype t = {
  1. read_cmd : unit -> Action.t;
    (*

    request a debugger command from the client

    *)
  2. submit_answer : Answer.t -> unit;
    (*

    receive a debugger answer from Ltac

    *)
}
Sourceval set : t -> unit
Sourceval get : unit -> t option
OCaml

Innovation. Community. Security.