package coq

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

Ltac debugger interface; clients should register hooks to interact with their provided interface.

type t =
  1. | Step
    (*

    Step one tactic

    *)
  2. | Skip
    (*

    Skip one tactic

    *)
  3. | Exit
  4. | Help
  5. | RunCnt of int
  6. | RunBreakpoint of string
  7. | Failed
val parse : string -> (t, string) result
OCaml

Innovation. Community. Security.