]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - src/LTL/LTLPrinter.mli
Imported Upstream version 0.2
[pkg-cerco/acc.git] / src / LTL / LTLPrinter.mli
1
2
3 (** This module provides a function to print [LTL] programs. *)
4
5 val print_program : LTL.program -> string
6