package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type behavior = {
  1. name : string;
  2. put : Proof.proof -> t -> Proof.proof;
  3. suggest : Proof.proof -> Pp.std_ppcmds;
}
val register_behavior : behavior -> unit
val put : Proof.proof -> t -> Proof.proof
val suggest : Proof.proof -> Pp.std_ppcmds
OCaml

Innovation. Community. Security.