module Murphi:sig
..end
val print_system : int -> int -> Format.formatter -> Ast.t_system -> unit
print_system p a fmt sys
prints the system sys
in Murphi's syntax with
p
processes and infinite types abstracted with the subrange [1;a
].
see Oracle.S
include Oracle.S