Module Proof.Rule

module Rule: sig .. end
A rule is a name for some specific inference or transformation rule that is used to deduce formulas from other formulas.

type t = Proof.rule 
val pp : t CCFormat.printer
val name : t -> string
val mk : string -> t
val mkf : ('a, Format.formatter, unit, t) Pervasives.format4 -> 'a