comparison src/LogicProg.v @ 469:b36876d4611e

Batch of changes based on proofreader feedback
author Adam Chlipala <adam@chlipala.net>
date Wed, 26 Sep 2012 16:35:35 -0400
parents 9fbf3b4dac29
children 1fd4109f7b31
comparison
equal deleted inserted replaced
468:62475ab7570b 469:b36876d4611e
404 (** %\vspace{-.15in}% 404 (** %\vspace{-.15in}%
405 << 405 <<
406 Finished transaction in 0. secs (0.004u,0.s) 406 Finished transaction in 0. secs (0.004u,0.s)
407 >> 407 >>
408 408
409 This [eauto] fails to prove the goal, but it least it takes substantially less than the 2 seconds required above! *) 409 This [eauto] fails to prove the goal, but at least it takes substantially less than the 2 seconds required above! *)
410 410
411 Abort. 411 Abort.
412 (* end thide *) 412 (* end thide *)
413 413
414 (** One simple example from before runs in the same amount of time, avoiding pollution by transitivity. *) 414 (** One simple example from before runs in the same amount of time, avoiding pollution by transitivity. *)