package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Dash of int
  2. | Star of int
  3. | Plus of int
type behavior = {
  1. name : string;
  2. put : Proof.t -> t -> Proof.t;
  3. suggest : Proof.t -> Pp.t;
}
val register_behavior : behavior -> unit
val put : Proof.t -> t -> Proof.t
val suggest : Proof.t -> Pp.t