Module Coq.Make

Base functor to output Coq proofs

Parameters

Signature

type t

The type of proofs.

val pp : Format.formatter -> t -> unit

A function for printing proofs in the desired format.