Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Why3find.CrcSourcetype status = private | Stuck| Prover of Prover.desc * float| Tactic of {id : string;children : crc list;stuck : int;proved : int;depth : int;time : float;}Iterates over all goals in the CRC. Tactic nodes are visite first, followed by their children.