]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - src/checker.mli
Package description and copyright added.
[pkg-cerco/acc.git] / src / checker.mli
1 (** This module offers functions for dynamic verification of invariants. *)
2
3 (** [same_traces ts] checks that the collected execution traces are 
4     identical (modulo permutation). *)
5 val same_traces : (Languages.ast * AST.trace) list -> unit