Module Dot.Make

Functor for making a module to export proofs to the DOT format.

Parameters

Signature

type t

The type of proofs.

val print : Stdlib.Format.formatter -> t -> unit

A function for printing proofs in the desired format.