thm_count : (void -> int)
SYNOPSIS
Returns the current value of the theorem counter.
DESCRIBE
HOL maintains a counter which is incremented every time a primitive inference is performed (or an axiom or definition set up). A call to
thm_count()
returns the current value of this counter
FAILURE
Never fails.
SEEALSO
set_thm_count
,
timer
HOL
Kananaskis 0