package logtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A rule is a name for some specific inference or transformation rule that is used to deduce formulas from other formulas.

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