Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-04-11 00:15:53 -0700 (Mon, 11 Apr 2005)
Revision: 7199
Log message:
Allow intro resource annotations of the form
rule foo {| intro [...] |} 'H :
...
sequent { <H>; x : T; <J['x]> >- C['x] }
where C['x] is _not_ a second-order variable.
This adds an "onSomeHypT foo" for the pattern C['x] to the intro resource.
Changes | Path |
+39 -33 | metaprl/support/tactics/dtactic.ml |
+2 -9 | metaprl/theories/fol/fol_pred.ml |
+0 -11 | metaprl/theories/fol/fol_univ.ml |