package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type environment = Tac2env.environment
val empty_environment : environment

Same as interp but assumes that the argument is a syntactic value.

Cross-boundary encodings
Exceptions
exception LtacError of Names.KerName.t * Tac2ffi.valexpr array

Ltac2-defined exceptions seen from OCaml side

Backtrace
val with_frame : Tac2expr.frame -> 'a Proofview.tactic -> 'a Proofview.tactic
val print_ltac2_backtrace : bool ref