]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - src/RTLabs/RTLabsPrinter.mli
Package description and copyright added.
[pkg-cerco/acc.git] / src / RTLabs / RTLabsPrinter.mli
1
2 (** This module provides a function to print [RTLabs] programs. *)
3
4 val print_statement : RTLabs.statement -> string
5
6 val print_program : RTLabs.program -> string