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