Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-02-13 00:31:35 -0800 (Fri, 13 Feb 2004)
Revision: 5371
Log message:

      Added an nth_hyp resource. Any axiom (e.g. assumption-free rule) of the form
      
      <H>; x: ...; <J[x]> >- ...
      
      can now be annotated with {| nth_hyp |}. The corresponding tactic is
      Auto_tactic.nthHypT (the old limited Itt_struct.nthHypT went away),
      which is also included in trivialT and autoT.
      

Changes  Path
+6 -4 metaprl/doc/itt_quickref.txt
+52 -4 metaprl/support/tactics/auto_tactic.ml
+26 -28 metaprl/support/tactics/auto_tactic.mli
+15 -34 metaprl/support/tactics/dtactic.ml
+15 -0 metaprl/support/tactics/top_tacticals.ml
+2 -0 metaprl/support/tactics/top_tacticals.mli
+10 -10 metaprl/tactics/proof/tacticals_boot.ml
+1 -2 metaprl/theories/czf/czf_itt_bool.ml
+12 -51 metaprl/theories/czf/czf_itt_set.ml
+3 -30 metaprl/theories/itt/itt_equal.ml
+1 -0 metaprl/theories/itt/itt_record.ml
+1 -0 metaprl/theories/itt/itt_relation_str.ml
+1 -0 metaprl/theories/itt/itt_squiggle.ml
+12 -31 metaprl/theories/itt/itt_struct.ml
+0 -1 metaprl/theories/itt/itt_struct.mli
+3217 -3400 metaprl/theories/itt/itt_struct.prla
+1 -0 metaprl/theories/itt/itt_struct2.ml
+1 -0 metaprl/theories/tptp/tptp_prove.ml