source:
Deliverables/D2.2/8051/src/checker.mli
@
640
Last change on this file since 640 was 619, checked in by , 10 years ago | |
---|---|
File size: 244 bytes |
Line | |
---|---|
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 |
Note: See TracBrowser
for help on using the repository browser.