Theorem.Action
type t
Abstract actions that can be executed forwards and backwards on a theorem.
val make : string -> Synint.Comp.proof_state -> Synint.Comp.proof_state list -> Synint.Comp.proof -> t
An action describes a diff on the subgoals of the theorem.
val name_of_action : t -> string