package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type atom_env = {
  1. mutable next : int;
  2. mutable env : (Constr.t * int) list;
}
val rtauto_tac : unit Proofview.tactic