This commit is contained in:
Simon Cruanes 2022-08-16 21:58:00 -04:00
parent b23a031519
commit a446af49be
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -24,7 +24,7 @@ type hook = t -> Term.t -> (Term.t * Proof_step.id Iter.t) option
The simplifier will take care of simplifying the resulting Term.t further, The simplifier will take care of simplifying the resulting Term.t further,
caching (so that work is not duplicated in subterms), etc. caching (so that work is not duplicated in subterms), etc.
*) *)
val add_hook : t -> hook -> unit val add_hook : t -> hook -> unit