module Make:
Functor for making a module to export proofs to the DOT format.
| Parameters: |
|
Proof exporting
Currently, exporting a proof means printing it into a file according to the conventions of a given format.
type t
The type of proofs.
val print : Format.formatter -> t -> unitA function for printing proofs in the desired format.