package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.14.0.tar.gz
sha256=b1501d686c21836302191ae30f610cca57fb309214c126518ca009363ad2cd3c

doc/coq-core.engine/Proofview_monad/Info/index.html

Module Proofview_monad.InfoSource

Info trace.

Sourcetype tag =
  1. | Msg of lazy_msg
    (*

    A simple message

    *)
  2. | Tactic of lazy_msg
    (*

    A tactic call

    *)
  3. | Dispatch
    (*

    A call to tclDISPATCH/tclEXTEND

    *)
  4. | DBranch
    (*

    A special marker to delimit individual branch of a dispatch.

    *)

The type of the tags for info.

Sourcetype state = tag Trace.incr
Sourceval collapse : int -> tree -> tree

collapse n t flattens the first n levels of Tactic in an info trace, effectively forgetting about the n top level of names (if there are fewer, the last name is kept).

OCaml

Innovation. Community. Security.