package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type prim_rule =
  1. | Cut of bool * bool * Names.Id.t * Term.types
  2. | Refine of Term.constr
type rule = prim_rule
type goal = Goal.goal
type tactic = goal Evd.sigma -> goal list Evd.sigma
OCaml

Innovation. Community. Security.